Home
last modified time | relevance | path

Searched refs:forDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h134 static std::optional<AnyCall> forDecl(const Decl *D) { in forDecl() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp164 if (std::optional<AnyCall> AC = AnyCall::forDecl(D)) { in isInMIGCall()
H A DNullabilityChecker.cpp571 auto AbstractCall = AnyCall::forDecl(LCtx->getDecl()); in checkBeginFunction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1338 std::optional<AnyCall> C = AnyCall::forDecl(D); in checkBeginFunction()