Home
last modified time | relevance | path

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

12

/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.h157 NamedDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N) in NamedDecl() function
2507 : NamedDecl(DK, DC, L, Id), TypeForDecl(nullptr), LocStart(StartL) {} in NamedDecl() function
DDeclObjC.h233 : NamedDecl(ObjCMethod, contextDecl, beginLoc, SelInfo), in NamedDecl() function
/external/clang/tools/libclang/
DCXCursor.h35 class NamedDecl; variable
/external/clang/include/clang/Sema/
DIdentifierResolver.h28 class NamedDecl; variable
DCodeCompleteConsumer.h148 class NamedDecl; variable
DLookup.h740 iterator(llvm::DenseMap<NamedDecl *, NamedDecl *>::iterator Iter) in iterator()
/external/clang/lib/Sema/
DSema.cpp442 SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> > &Undefined) { in getUndefinedButUsed()
475 const std::pair<NamedDecl *, SourceLocation> &r) { in getUndefinedButUsed()
1219 llvm::DenseMap<NamedDecl *, SourceLocation> &Undefined) { in ReadUndefinedButUsed()
DMultiplexExternalSemaSource.cpp211 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined){ in ReadUndefinedButUsed()
/external/clang/test/SemaCXX/
Dmember-expr.cpp49 struct NamedDecl { struct
/external/lldb/include/lldb/Core/
DClangForward.h79 class NamedDecl; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1741 AST_MATCHER_P(NamedDecl, matchesName, std::string, RegExp) { in AST_MATCHER_P() argument
1797 internal::Matcher<NamedDecl>, Base) { in AST_MATCHER_P()
3248 internal::Matcher<NamedDecl>, InnerMatcher) { in AST_MATCHER_P()
/external/clang/lib/CodeGen/
DCodeGenModule.h67 class NamedDecl; variable
/external/lldb/source/Symbol/
DClangASTContext.cpp1181 llvm::SmallVector<NamedDecl *, 8> &template_param_decls) in CreateTemplateParameterList()
/external/clang/include/clang/Serialization/
DASTReader.h76 class NamedDecl; variable
/external/clang/lib/AST/
DDeclCXX.cpp1075 llvm::SmallPtrSet<NamedDecl*, 8> &HiddenVBaseCs) { in CollectVisibleConversions()

12