Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnyCall.h133 static Optional<AnyCall> forDecl(const Decl *D) { in forDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp159 if (Optional<AnyCall> AC = AnyCall::forDecl(D)) { in isInMIGCall()
H A DNonNullParamChecker.cpp245 auto AbstractCall = AnyCall::forDecl(FD); in checkBeginFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1338 Optional<AnyCall> C = AnyCall::forDecl(D); in checkBeginFunction()