Home
last modified time | relevance | path

Searched defs:namedDecl (Results 1 – 2 of 2) sorted by relevance

/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp739 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl; variable