Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp431 match(findAll(callExpr(callee(namedDecl( in findCastMutation()
545 unless(callee(namedDecl(hasAnyName( in findFunctionArgMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp29 namedDecl( in ASTSrcLocProcessor()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp1518 if (const NamedDecl *namedDecl = dyn_cast_or_null<NamedDecl>(decl)) { in clang_getCursorCompletionString() local
1520 CodeCompletionResult Result(namedDecl, CCP_Declaration); in clang_getCursorCompletionString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp466 REGISTER_MATCHER(namedDecl); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp739 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h383 extern const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl;