Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Sema/
DExternalSemaSource.h118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {} in ReadDelegatingConstructors()
137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} in ReadExtVectorDecls()
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} in ReadUnusedLocalTypedefNameCandidates()
DTypoCorrection.h160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
DLookup.h707 UnresolvedSet<8> Decls; variable
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp120 SmallVectorImpl<Decl *> &Decls){ in FindFileRegionDecls()
239 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
245 SmallVectorImpl<CXXConstructorDecl*> &Decls) { in ReadDelegatingConstructors()
251 SmallVectorImpl<TypedefNameDecl*> &Decls) { in ReadExtVectorDecls()
257 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
DSemaStmt.cpp1283 llvm::SmallPtrSetImpl<VarDecl*> &Decls; member in __anon27b5dcff0411::DeclExtractor
1289 DeclExtractor(Sema &S, llvm::SmallPtrSetImpl<VarDecl*> &Decls, in DeclExtractor()
1361 llvm::SmallPtrSetImpl<VarDecl*> &Decls; member in __anon27b5dcff0411::DeclMatcher
1367 DeclMatcher(Sema &S, llvm::SmallPtrSetImpl<VarDecl*> &Decls, in DeclMatcher()
1450 llvm::SmallPtrSet<VarDecl*, 8> Decls; in CheckForLoopConditionalStatement() local
/external/clang/test/SemaCXX/
Dpass-object-size.cpp22 void Decls() { in Decls() function
67 void Decls() { in Decls() function
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h24 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/external/clang/lib/AST/
DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DExternalASTSource.cpp48 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
DDeclBase.cpp1073 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls, in BuildDeclChain()
1117 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local
1160 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
DDeclPrinter.cpp252 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup()
280 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
DCXXInheritance.cpp29 llvm::SetVector<NamedDecl *, SmallVector<NamedDecl *, 8> > Decls; in ComputeDeclsFound() local
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugAbbrev.h30 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/external/clang/include/clang/AST/
DDeclGroup.h71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DASTUnresolvedSet.h33 DeclsTy Decls; variable
DUnresolvedSet.h139 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
DCXXInheritance.h80 DeclContext::lookup_result Decls; variable
/external/clang/utils/TableGen/
DClangASTNodesEmitter.cpp203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); in EmitClangDeclContext() local
/external/boringssl/src/util/
Ddoc.go52 Decls []HeaderDecl member
/external/clang/lib/Serialization/
DASTReaderStmt.cpp293 SmallVector<Decl *, 16> Decls; in VisitDeclStmt() local
1520 UnresolvedSet<8> Decls; in VisitOverloadExpr() local
2281 SmallVector<ValueDecl *, 16> Decls; in VisitOMPMapClause() local
2375 SmallVector<ValueDecl *, 16> Decls; in VisitOMPToClause() local
2419 SmallVector<ValueDecl *, 16> Decls; in VisitOMPFromClause() local
DASTReader.cpp6267 SmallVector<Decl*, 8> Decls; in CompleteRedeclChain() local
6522 SmallVectorImpl<Decl *> &Decls) { in FindExternalLexicalDecls()
6598 SmallVectorImpl<Decl *> &Decls) { in FindFileRegionDecls()
6654 SmallVector<NamedDecl *, 64> Decls; in FindExternalVisibleDeclsByName() local
6674 DeclsMap Decls; in completeVisibleDeclsMap() local
7269 SmallVectorImpl<const DeclaratorDecl *> &Decls) { in ReadUnusedFileScopedDecls()
7280 SmallVectorImpl<CXXConstructorDecl *> &Decls) { in ReadDelegatingConstructors()
7290 void ASTReader::ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) { in ReadExtVectorDecls()
7301 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
7429 SmallVectorImpl<Decl *> *Decls) { in SetGloballyVisibleDecls()
[all …]
DASTWriter.cpp3271 SmallVector<NamedDecl *, 16> Decls(IdResolver.begin(II), in EmitData() local
3406 data_type getData(const Coll &Decls) { in getData()
5054 LocDeclIDsTy &Decls = Info->DeclIDs; in associateDeclWithFile() local
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp524 ArrayRef<llvm::Function *> Decls, in GenerateCXXGlobalInitFunc()
/external/clang/lib/Frontend/
DASTUnit.cpp2602 LocDeclsTy *&Decls = FileDecls[FID]; in addFileLevelDecl() local
2620 SmallVectorImpl<Decl *> &Decls) { in findFileRegionDecls()
/external/clang/include/clang/Serialization/
DASTReader.h490 ArrayRef<serialization::LocalDeclID> Decls; member

12