Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Sema/
DExternalSemaSource.h97 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
107 SmallVectorImpl<CXXConstructorDecl *> &Decls) {} in ReadDelegatingConstructors()
116 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} in ReadExtVectorDecls()
124 virtual void ReadDynamicClasses(SmallVectorImpl<CXXRecordDecl *> &Decls) {} in ReadDynamicClasses()
134 SmallVectorImpl<NamedDecl *> &Decls) {} in ReadLocallyScopedExternalDecls()
DLookup.h628 UnresolvedSet<8> Decls; variable
/external/clang/lib/AST/
DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DDeclBase.cpp882 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls, in BuildDeclChain()
914 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local
963 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
DDeclPrinter.cpp201 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup()
229 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
DCXXInheritance.cpp29 SmallVector<NamedDecl *, 8> Decls; in ComputeDeclsFound() local
DStmtPrinter.cpp126 SmallVector<Decl*, 2> Decls; in PrintRawDeclStmt() local
DDecl.cpp2776 SmallVector<Decl*, 64> Decls; in LoadFieldsFromExternalStorage() local
/external/llvm/lib/DebugInfo/
DDWARFDebugAbbrev.h30 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/external/clang/include/clang/AST/
DDeclGroup.h72 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DUnresolvedSet.h180 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
DCXXInheritance.h80 DeclContext::lookup_result Decls; variable
DExternalASTSource.h168 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
/external/clang/utils/TableGen/
DClangASTNodesEmitter.cpp199 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); in EmitClangDeclContext() local
/external/clang/lib/Serialization/
DASTReader.cpp2442 SmallVectorImpl<GlobalDeclID> &Decls = StoredMergedDecls[CanonID]; in ReadASTBlock() local
4745 SmallVectorImpl<Decl*> &Decls; member in __anon3409e94a0611::FindExternalLexicalDeclsVisitor
4751 SmallVectorImpl<Decl*> &Decls) in FindExternalLexicalDeclsVisitor()
4799 SmallVectorImpl<Decl*> &Decls) { in FindExternalLexicalDecls()
4843 SmallVectorImpl<Decl *> &Decls) { in FindFileRegionDecls()
4891 SmallVectorImpl<NamedDecl *> &Decls; member in __anon3409e94a0811::DeclContextNameLookupVisitor
4897 SmallVectorImpl<NamedDecl *> &Decls) in DeclContextNameLookupVisitor()
4960 SmallVector<NamedDecl *, 64> Decls; in FindExternalVisibleDeclsByName() local
4991 llvm::DenseMap<DeclarationName, SmallVector<NamedDecl *, 8> > &Decls; member in __anon3409e94a0911::DeclContextAllNamesVisitor
4994 DeclContextAllNamesVisitor(ASTReader &Reader, in DeclContextAllNamesVisitor()
[all …]
DASTReaderStmt.cpp281 SmallVector<Decl *, 16> Decls; in VisitDeclStmt() local
1345 UnresolvedSet<8> Decls; in VisitOverloadExpr() local
DASTWriter.cpp2184 SmallVector<KindDeclIDPair, 64> Decls; in WriteDeclContextLexicalBlock() local
2590 SmallVector<Decl *, 16> Decls(IdResolver.begin(II), in EmitData() local
3943 LocDeclIDsTy &Decls = Info->DeclIDs; in associateDeclWithFile() local
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp345 llvm::Constant **Decls, in GenerateCXXGlobalInitFunc()
/external/clang/lib/Sema/
DSemaStmt.cpp1170 llvm::SmallPtrSet<VarDecl*, 8> &Decls; member in __anon02a8bac50211::DeclExtractor
1176 DeclExtractor(Sema &S, llvm::SmallPtrSet<VarDecl*, 8> &Decls, in DeclExtractor()
1248 llvm::SmallPtrSet<VarDecl*, 8> &Decls; member in __anon02a8bac50211::DeclMatcher
1254 DeclMatcher(Sema &S, llvm::SmallPtrSet<VarDecl*, 8> &Decls, Stmt *Statement) : in DeclMatcher()
1325 llvm::SmallPtrSet<VarDecl*, 8> Decls; in CheckForLoopConditionalStatement() local
DSemaDeclObjC.cpp1049 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { in ActOnFinishObjCImplementation()
3034 SmallVectorImpl<Decl*> &Decls) { in ActOnDefs()
/external/clang/lib/Frontend/
DASTUnit.cpp2604 LocDeclsTy *&Decls = FileDecls[FID]; in addFileLevelDecl() local
2622 SmallVectorImpl<Decl *> &Decls) { in findFileRegionDecls()
/external/clang/include/clang/Serialization/
DASTReader.h317 ArrayRef<serialization::LocalDeclID> Decls; member
/external/clang/include/clang/Parse/
DParser.h803 SmallVector<Decl*, 2> Decls; member
/external/clang/tools/libclang/
DCIndex.cpp271 SmallVector<Decl *, 16> Decls; in visitDeclsFromFileRegion() local
882 SmallVectorImpl<Decl *> &Decls) { in addRangedDeclsInContainer()
/external/clang/lib/Analysis/
DCFG.cpp792 SmallVector<VarDecl*, 10> Decls; in addAutomaticObjDtors() local

12