Searched refs:hasAnyName (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| D | ASTSrcLocProcessor.cpp | 30 hasAnyName( in ASTSrcLocProcessor() 40 cxxRecordDecl(isDefinition(), hasAnyName("clang::PointerLikeTypeLoc", in ASTSrcLocProcessor() 157 cxxRecordDecl(hasAnyName("clang::Stmt", "clang::Decl")) in CaptureMethods()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | ObjCAutoreleaseWriteChecker.cpp | 106 return callee(functionDecl(hasAnyName(toRefs(FunctionNames)))); in callsNames()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/ |
| D | ExprMutationAnalyzer.cpp | 432 hasAnyName("::std::move", "::std::forward"))), in findCastMutation() 545 unless(callee(namedDecl(hasAnyName( in findFunctionArgMutation()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| D | UninitializedObjectChecker.cpp | 544 hasAnyName("exit", "panic", "error", "Assert", "assert", "ziperr", in hasUnguardedAccess()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| D | Stencil.cpp | 65 cxxRecordDecl(hasAnyName("::std::unique_ptr", "::std::shared_ptr")); in isSmartPointerType()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| D | Registry.cpp | 268 REGISTER_MATCHER(hasAnyName); in RegistryMaps()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| D | ASTMatchersInternal.cpp | 983 hasAnyName = {}; variable
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 3004 hasAnyName;
|