Home
last modified time | relevance | path

Searched refs:hasAnyName (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DumpTool/
DASTSrcLocProcessor.cpp30 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/
DObjCAutoreleaseWriteChecker.cpp106 return callee(functionDecl(hasAnyName(toRefs(FunctionNames)))); in callsNames()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DExprMutationAnalyzer.cpp432 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/
DUninitializedObjectChecker.cpp544 hasAnyName("exit", "panic", "error", "Assert", "assert", "ziperr", in hasUnguardedAccess()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
DStencil.cpp65 cxxRecordDecl(hasAnyName("::std::unique_ptr", "::std::shared_ptr")); in isSmartPointerType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp268 REGISTER_MATCHER(hasAnyName); in RegistryMaps()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp983 hasAnyName = {}; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h3004 hasAnyName;