Home
last modified time | relevance | path

Searched defs:NamedDecl (Results 1 – 25 of 27) sorted by relevance

12

/external/clang/include/clang/Tooling/Core/
DLookup.h23 class NamedDecl; variable
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.h39 class NamedDecl; variable
/external/clang/include/clang/AST/
DDeclAccessPair.h26 class NamedDecl; variable
DMangle.h32 class NamedDecl; variable
DDependentDiagnostic.h31 class NamedDecl; variable
DASTMutationListener.h27 class NamedDecl; variable
DCXXInheritance.h34 class NamedDecl; variable
DExternalASTSource.h30 class NamedDecl; variable
DDeclarationName.h163 friend class NamedDecl; variable
DTemplateName.h27 class NamedDecl; variable
DDeclBase.h41 class NamedDecl; variable
DDecl.h156 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() function
2566 : NamedDecl(DK, DC, L, Id), TypeForDecl(nullptr), LocStart(StartL) {} in NamedDecl() function
DDeclObjC.h233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() function
/external/clang/lib/Sema/
DSema.cpp475 SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> > &Undefined) { in getUndefinedButUsed()
508 const std::pair<NamedDecl *, SourceLocation> &r) { in getUndefinedButUsed()
1269 llvm::DenseMap<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
DMultiplexExternalSemaSource.cpp207 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined){ in ReadUndefinedButUsed()
/external/clang/tools/libclang/
DCXCursor.h35 class NamedDecl; variable
/external/clang/include/clang/Sema/
DIdentifierResolver.h28 class NamedDecl; variable
DLookup.h745 iterator(llvm::DenseMap<NamedDecl *, NamedDecl *>::iterator Iter) in iterator()
DCodeCompleteConsumer.h148 class NamedDecl; variable
DSema.h132 class NamedDecl; variable
/external/clang/test/SemaCXX/
Dmember-expr.cpp51 struct NamedDecl { struct
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1856 AST_MATCHER_P(NamedDecl, matchesName, std::string, RegExp) { in AST_MATCHER_P() argument
1913 internal::Matcher<NamedDecl>, Base) { in AST_MATCHER_P()
3667 internal::Matcher<NamedDecl>, InnerMatcher) { in AST_MATCHER_P()
/external/clang/lib/CodeGen/
DCodeGenModule.h67 class NamedDecl; variable
/external/clang/include/clang/Serialization/
DASTReader.h80 class NamedDecl; variable
/external/clang/lib/AST/
DDeclCXX.cpp1069 llvm::SmallPtrSet<NamedDecl*, 8> &HiddenVBaseCs) { in CollectVisibleConversions()

12