clang 20.0.0git
|
#include "clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/FormatVariadic.h"
#include <optional>
Go to the source code of this file.
Functions | |
static std::string | getName (const CallEvent &Call) |
|
static |
Definition at line 63 of file ReturnValueChecker.cpp.
References clang::Call, and clang::DeclContext::getParent().
Referenced by clang::Sema::ActOnGCCAsmStmt(), clang::CodeCompleteConsumer::OverloadCandidate::CreateSignatureString(), clang::interp::Function::dump(), clang::serialization::DeclarationNameKey::getHash(), clang::BuiltinType::getNameAsCString(), clang::DiagnosticIDs::getWarningOptionForGroup(), isBetterMultiversionCandidate(), clang::IdentifierInfo::isEditorPlaceholder(), clang::IdentifierInfo::operator<(), and clang::TargetInfo::resolveSymbolicName().