Home
last modified time | relevance | path

Searched refs:hasDeclaration (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp203 typedefType(hasDeclaration(anyOf( in checkASTCodeBody()
213 recordType(hasDeclaration( in checkASTCodeBody()
226 qualType(hasDeclaration( in checkASTCodeBody()
244 qualType(typedefType(hasDeclaration( in checkASTCodeBody()
257 unless(typedefType(hasDeclaration( in checkASTCodeBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp244 const auto NotInstantiated = unless(hasDeclaration(isInstantiated())); in findDirectMutation()
369 const auto IsInstantiated = hasDeclaration(isInstantiated()); in findFunctionArgMutation()
370 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); in findFunctionArgMutation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2865 hasDeclaration(const internal::Matcher<Decl> &InnerMatcher) { in hasDeclaration() function
3088 return callExpr(hasDeclaration(InnerMatcher)).matches(Node, Finder, Builder);
3139 return qualType(hasDeclaration(InnerMatcher)).matches(QT, Finder, Builder);
3192 return pointsTo(qualType(hasDeclaration(InnerMatcher)))
3253 return references(qualType(hasDeclaration(InnerMatcher)))
3831 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl( in AST_POLYMORPHIC_MATCHER_P2()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp125 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()
H A DBugReporterVisitors.cpp458 objcIvarRefExpr(hasDeclaration(equalsNode(Ivar))).bind(IvarBind)))); in potentiallyWritesIntoIvar()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp258 REGISTER_MATCHER(hasDeclaration); in RegistryMaps()