/external/clang/lib/AST/ |
H A D | DeclGroup.cpp | 1 //===--- DeclGroup.cpp - Classes for representing groups of Decls -*- C++ -*-==// 20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { argument 24 new (Mem) DeclGroup(NumDecls, Decls);
|
H A D | CXXInheritance.cpp | 29 llvm::SetVector<NamedDecl *, SmallVector<NamedDecl *, 8> > Decls; local 31 Decls.insert(Path->Decls.front()); 33 NumDeclsFound = Decls.size(); 35 std::copy(Decls.begin(), Decls.end(), DeclsFound.get()); 381 for (Path.Decls = BaseRecord->lookup(Name); 382 !Path.Decls.empty(); 383 Path.Decls = Path.Decls [all...] |
H A D | ExternalASTSource.cpp | 48 SmallVectorImpl<Decl *> &Decls) {} 46 FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument
|
H A D | DeclPrinter.cpp | 36 void ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls); 252 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { argument 254 Decl::printGroup(Decls.data(), Decls.size(), Out, Policy, Indentation); 256 Decls.clear(); 280 SmallVector<Decl*, 2> Decls; local 302 if (!Decls.empty() && !CurDeclType.isNull()) { 307 cast<TagType>(BaseType)->getDecl() == Decls[0]) { 308 Decls.push_back(*D); 314 if (!Decls [all...] |
H A D | DeclBase.cpp | 1073 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls, argument 1078 for (unsigned I = 0, N = Decls.size(); I != N; ++I) { 1079 if (FieldsAlreadyLoaded && isa<FieldDecl>(Decls[I])) 1082 Decl *D = Decls[I]; 1117 SmallVector<Decl*, 64> Decls; local 1119 Source->FindExternalLexicalDecls(this, Decls); 1121 if (Decls.empty()) 1134 BuildDeclChain(Decls, FieldsAlreadyLoaded); 1160 ArrayRef<NamedDecl*> Decls) { 1179 for (unsigned I = 0, N = Decls 1158 SetExternalVisibleDeclsForName(const DeclContext *DC, DeclarationName Name, ArrayRef<NamedDecl*> Decls) argument [all...] |
H A D | Decl.cpp | 3794 SmallVector<Decl*, 64> Decls; local 3798 }, Decls); 3802 for (unsigned i=0, e=Decls.size(); i != e; ++i) 3803 assert(isa<FieldDecl>(Decls[i]) || isa<IndirectFieldDecl>(Decls[i])); 3806 if (Decls.empty()) 3809 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls,
|
H A D | ASTImporter.cpp | 6632 NamedDecl **Decls, 6629 HandleNameConflict(DeclarationName Name, DeclContext *DC, unsigned IDNS, NamedDecl **Decls, unsigned NumDecls) argument
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAbbrev.h | 24 std::vector<DWARFAbbreviationDeclaration> Decls; member in class:llvm::DWARFAbbreviationDeclarationSet
|
/external/clang/test/SemaCXX/ |
H A D | pass-object-size.cpp | 22 void Decls() { function in namespace:simple 67 void Decls() { function in namespace:templates
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
H A D | DWARFDebugAbbrev.h | 30 std::vector<DWARFAbbreviationDeclaration> Decls; member in class:llvm::DWARFAbbreviationDeclarationSet 40 Decls.clear();
|
/external/clang/include/clang/AST/ |
H A D | ASTUnresolvedSet.h | 33 DeclsTy Decls; member in class:clang::ASTUnresolvedSet 39 ASTUnresolvedSet(ASTContext &C, unsigned N) : Decls(C, N) {} 44 iterator begin() { return iterator(Decls.begin()); } 45 iterator end() { return iterator(Decls.end()); } 47 const_iterator begin() const { return const_iterator(Decls.begin()); } 48 const_iterator end() const { return const_iterator(Decls.end()); } 51 Decls.push_back(DeclAccessPair::make(D, AS), C); 58 for (DeclsTy::iterator I = Decls.begin(), E = Decls.end(); I != E; ++I) { 67 void erase(unsigned I) { Decls[ [all...] |
H A D | UnresolvedSet.h | 139 SmallVector<DeclAccessPair, InlineCapacity> Decls; member in class:clang::UnresolvedSet
|
H A D | CXXInheritance.h | 80 DeclContext::lookup_result Decls; member in class:clang::CXXBasePath
|
/external/clang/include/clang/Sema/ |
H A D | IdentifierResolver.h | 45 inline DeclsTy::iterator decls_begin() { return Decls.begin(); } 46 inline DeclsTy::iterator decls_end() { return Decls.end(); } 48 void AddDecl(NamedDecl *D) { Decls.push_back(D); } 56 Decls.insert(Pos, D); 60 DeclsTy Decls; member in class:clang::IdentifierResolver::IdDeclInfo
|
H A D | ExternalSemaSource.h | 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} 128 SmallVectorImpl<CXXConstructorDecl *> &Decls) {} 137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} argument 146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} 117 ReadUnusedFileScopedDecls( SmallVectorImpl<const DeclaratorDecl *> &Decls) argument 127 ReadDelegatingConstructors( SmallVectorImpl<CXXConstructorDecl *> &Decls) argument 145 ReadUnusedLocalTypedefNameCandidates( llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) argument
|
H A D | TypoCorrection.h | 160 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { argument 162 CorrectionDecls.insert(CorrectionDecls.begin(), Decls.begin(), Decls.end());
|
H A D | Lookup.h | 195 Ambiguity(std::move(Other.Ambiguity)), Decls(std::move(Other.Decls)), 212 Decls = std::move(Other.Decls); 316 return Decls; 319 iterator begin() const { return iterator(Decls.begin()); } 320 iterator end() const { return iterator(Decls.end()); } 323 bool empty() const { return Decls.empty(); } 417 Decls.addDecl(D, AS); 424 Decls 707 UnresolvedSet<8> Decls; member in class:clang::LookupResult 772 llvm::MapVector<NamedDecl*, NamedDecl*> Decls; member in class:clang::ADLResult [all...] |
/external/clang/utils/TableGen/ |
H A D | ClangASTNodesEmitter.cpp | 203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); local 206 for (RecordVector::iterator i = Decls.begin(), e = Decls.end(); i != e; ++i) {
|
/external/clang/lib/CodeGen/ |
H A D | CGDeclCXX.cpp | 524 ArrayRef<llvm::Function *> Decls, 559 for (unsigned i = 0, e = Decls.size(); i != e; ++i) 560 if (Decls[i]) 561 EmitRuntimeCall(Decls[i]); 523 GenerateCXXGlobalInitFunc(llvm::Function *Fn, ArrayRef<llvm::Function *> Decls, Address Guard) argument
|
/external/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 120 SmallVectorImpl<Decl *> &Decls){ 122 Sources[i]->FindFileRegionDecls(File, Offset, Length, Decls); 239 SmallVectorImpl<const DeclaratorDecl*> &Decls) { 241 Sources[i]->ReadUnusedFileScopedDecls(Decls); 245 SmallVectorImpl<CXXConstructorDecl*> &Decls) { 247 Sources[i]->ReadDelegatingConstructors(Decls); 251 SmallVectorImpl<TypedefNameDecl*> &Decls) { 253 Sources[i]->ReadExtVectorDecls(Decls); 257 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { 259 Sources[i]->ReadUnusedLocalTypedefNameCandidates(Decls); 117 FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument 238 ReadUnusedFileScopedDecls( SmallVectorImpl<const DeclaratorDecl*> &Decls) argument 244 ReadDelegatingConstructors( SmallVectorImpl<CXXConstructorDecl*> &Decls) argument 250 ReadExtVectorDecls( SmallVectorImpl<TypedefNameDecl*> &Decls) argument 256 ReadUnusedLocalTypedefNameCandidates( llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) argument [all...] |
/external/spirv-llvm/lib/SPIRV/ |
H A D | SPIRVWriter.cpp | 1389 std::vector<Function *> Decls, Defs; local 1397 Decls.push_back(I); 1401 for (auto I:Decls)
|
/external/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 2602 LocDeclsTy *&Decls = FileDecls[FID]; 2603 if (!Decls) 2604 Decls = new LocDeclsTy(); 2608 if (Decls->empty() || Decls->back().first <= Offset) { 2609 Decls->push_back(LocDecl); 2613 LocDeclsTy::iterator I = std::upper_bound(Decls->begin(), Decls->end(), 2616 Decls->insert(I, LocDecl); 2620 SmallVectorImpl<Decl *> &Decls) { 2619 findFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument [all...] |
/external/clang/include/clang/Parse/ |
H A D | Parser.h | 957 SmallVector<Decl*, 2> Decls; member in struct:clang::Parser::LateParsedAttribute 965 void addDecl(Decl *D) { Decls.push_back(D); }
|
/external/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 490 ArrayRef<serialization::LocalDeclID> Decls; member in struct:clang::ASTReader::FileDeclsInfo 493 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls) argument 494 : Mod(Mod), Decls(Decls) {} 967 /// \brief The set of Decls that have been loaded but their DeclContexts are 970 /// The DeclContexts for these Decls will be set once recursive loading has 1706 /// LazyOffsetPtr (which is used by Decls for the body of functions, etc). 1729 /// \param Decls Vector that will contain the declarations loaded 1736 SmallVectorImpl<Decl *> &Decls) override; 1742 SmallVectorImpl<Decl *> &Decls) overrid [all...] |
/external/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 293 SmallVector<Decl *, 16> Decls; local 294 Decls.reserve(Record.size() - Idx); 296 Decls.push_back(ReadDecl(Record, Idx)); 298 Decls.data(), 299 Decls.size()))); 1520 UnresolvedSet<8> Decls; local 1524 Decls.addDecl(D, AS); 1526 E->initializeResults(Reader.getContext(), Decls.begin(), Decls.end()); 2281 SmallVector<ValueDecl *, 16> Decls; local 2375 SmallVector<ValueDecl *, 16> Decls; local 2419 SmallVector<ValueDecl *, 16> Decls; local [all...] |