Home
last modified time | relevance | path

Searched defs:DeclaratorDecl (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Sema/
DMultiplexExternalSemaSource.h25 class DeclaratorDecl; variable
DExternalSemaSource.h27 class DeclaratorDecl; variable
DInitialization.h30 class DeclaratorDecl; variable
DSema.h101 class DeclaratorDecl; variable
/external/lldb/include/lldb/Core/
DClangForward.h51 class DeclaratorDecl; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1890 AST_MATCHER_P(DeclaratorDecl, hasTypeLoc, internal::Matcher<TypeLoc>, Inner) { in AST_MATCHER_P() argument
/external/clang/include/clang/AST/
DDecl.h545 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() function
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1528 TEST(DeclaratorDecl, MatchesDeclaratorDecls) { in TEST() argument