Home
last modified time | relevance | path

Searched refs:isPtrConversion (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h58 bool isPtrConversion(const FunctionDecl *F);
H A DASTUtils.cpp64 if (isPtrConversion(callee)) { in tryToFindPtrOrigin()
H A DPtrTypesSemantics.cpp178 bool isPtrConversion(const FunctionDecl *F) { in isPtrConversion() function