Searched defs:DC (Results 1 - 25 of 124) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp275 serialization::getDefinitiveDeclContext(const DeclContext *DC) { argument
H A DASTCommon.h96 template<typename Fn> void numberAnonymousDeclsWithin(const DeclContext *DC, argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTLambda.h33 inline bool isLambdaCallOperator(const DeclContext *DC) { argument
62 inline bool isGenericLambdaCallOperatorSpecialization(DeclContext *DC) { argument
81 inline DeclContext *getLambdaAwareParentOfDeclContext(DeclContext *DC) { argument
67 isGenericLambdaCallOperatorOrStaticInvokerSpecialization( DeclContext *DC) argument
[all...]
H A DLexicallyOrderedRecursiveASTVisitor.h79 bool TraverseDeclContextHelper(DeclContext *DC) { argument
H A DASTMutationListener.h54 virtual void AddedVisibleDecl(const DeclContext *DC, const Decl *D) {} argument
H A DDeclFriend.h84 FriendDecl(DeclContext *DC, SourceLocation L, FriendUnion Friend, argument
H A DExternalASTMerger.h53 DeclContext *DC; member in struct:clang::ExternalASTMerger::DCOrigin
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclFriend.cpp34 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC, argument
H A DASTDumper.cpp25 void ASTDumper::dumpLookups(const DeclContext *DC, bool DumpDecls) { argument
216 const DeclContext *DC = this; local
H A DASTImporterLookupTable.cpp75 void ASTImporterLookupTable::add(DeclContext *DC, NamedDecl *ND) { argument
81 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { argument
90 DeclContext *DC = ND->getDeclContext()->getPrimaryContext(); local
99 DeclContext *DC = ND->getDeclContext()->getPrimaryContext(); local
107 lookup(DeclContext *DC, DeclarationName Name) const argument
138 DeclContext *DC = Entry.first; local
[all...]
H A DDeclOpenMP.cpp61 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, argument
104 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, argument
28 Create(ASTContext &C, DeclContext *DC, SourceLocation L, ArrayRef<Expr *> VL) argument
134 OMPDeclareReductionDecl( Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, QualType Ty, OMPDeclareReductionDecl *PrevDeclInScope) argument
144 Create( ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, QualType T, OMPDeclareReductionDecl *PrevDeclInScope) argument
175 Create(ASTContext &C, DeclContext *DC, SourceLocation L, DeclarationName Name, QualType T, DeclarationName VarName, OMPDeclareMapperDecl *PrevDeclInScope) argument
234 Create(ASTContext &C, DeclContext *DC, IdentifierInfo *Id, QualType T, SourceLocation StartLoc) argument
[all...]
H A DComputeDependence.cpp542 DeclContext *DC = MemberDecl->getDeclContext(); local
H A DExternalASTMerger.cpp38 const DeclContext *CanonicalizeDC(const DeclContext *DC) { argument
45 LookupSameContext(Source<TranslationUnitDecl *> SourceTU, const DeclContext *DC, argument
[all...]
H A DDeclCXX.cpp145 CXXRecordDecl::CreateLambda(const ASTContext &C, DeclContext *DC, argument
121 CXXRecordDecl(Kind K, TagKind TK, const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl *PrevDecl) argument
129 Create(const ASTContext &C, TagKind TK, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, CXXRecordDecl *PrevDecl, bool DelayTypeCreation) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp194 OS << "Entity : (clang::DeclContext*)" << DC << '\n'; local
H A DSemaModule.cpp22 checkModuleImportContext(Sema &S, Module *M, SourceLocation ImportLoc, DeclContext *DC, bool FromInclude = false) argument
49 << DC; local
680 checkExportedDeclContext(Sema &S, DeclContext *DC, SourceLocation BlockStart) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp55 static ManagedStatic<DebugCounter> DC; variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h62 void MaterializeVisibleDecls(const clang::DeclContext *DC) { return; } argument
H A DClangExternalASTSourceCallbacks.cpp50 FindExternalVisibleDeclsByName( const clang::DeclContext *DC, clang::DeclarationName Name) argument
H A DASTResultSynthesizer.cpp199 SynthesizeBodyResult(CompoundStmt *Body, DeclContext *DC) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp103 DepCollectorMMCallbacks(DependencyCollector &DC) : DepCollector(DC) {} argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp196 DeclContext *DC = Ctx.getTranslationUnitDecl(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp27 TypeIndexer(IndexingContext &indexCtx, const NamedDecl *parent, const DeclContext *DC, bool isBase, bool isIBType) argument
214 indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent, const DeclContext *DC, bool isBase, bool isIBType) argument
225 indexTypeLoc(TypeLoc TL, const NamedDecl *Parent, const DeclContext *DC, bool isBase, bool isIBType) argument
238 indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS, const NamedDecl *Parent, const DeclContext *DC) argument
[all...]
H A DIndexingContext.cpp58 handleDecl(const Decl *D, SourceLocation Loc, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations, const DeclContext *DC) argument
74 handleReference(const NamedDecl *D, SourceLocation Loc, const NamedDecl *Parent, const DeclContext *DC, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations, const Expr *RefE, const Decl *RefD) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h384 operator<<(const PartialDiagnostic &PD, T *DC) { argument

Completed in 322 milliseconds

12345