Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A 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()
203 ReadDeclsToCheckForDeferredDiags(llvm::SmallSetVector<Decl *, 4> &Decls) {} in ReadDeclsToCheckForDeferredDiags()
H A DTypoCorrection.h172 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
H A DLookup.h726 UnresolvedSet<8> Decls; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp127 SmallVectorImpl<Decl *> &Decls){ in FindFileRegionDecls()
253 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
259 SmallVectorImpl<CXXConstructorDecl*> &Decls) { in ReadDelegatingConstructors()
265 SmallVectorImpl<TypedefNameDecl*> &Decls) { in ReadExtVectorDecls()
271 llvm::SmallSetVector<Decl *, 4> &Decls) { in ReadDeclsToCheckForDeferredDiags()
277 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Interpreter/
H A DTransaction.h32 std::vector<clang::DeclGroupRef> Decls; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
H A DASTImporterLookupTable.cpp90 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add() local
96 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in remove() local
H A DExternalASTSource.cpp45 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
H A DODRHash.cpp488 llvm::SmallVector<const Decl *, 16> Decls; in AddCXXRecordDecl() local
589 llvm::SmallVector<const Decl *, 16> Decls; in AddFunctionDecl() local
615 llvm::SmallVector<const Decl *, 16> Decls; in AddEnumDecl() local
H A DExternalASTMerger.cpp247 bool HasDeclOfSameType(llvm::ArrayRef<Candidate> Decls, const Candidate &C) { in HasDeclOfSameType()
481 llvm::SmallVector<NamedDecl *, 1> Decls; in FindExternalVisibleDeclsByName() local
H A DDeclBase.cpp1302 DeclContext::BuildDeclChain(ArrayRef<Decl *> Decls, in BuildDeclChain()
1345 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local
1388 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
H A DDeclPrinter.cpp287 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup()
380 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DFileIndexRecord.h30 std::vector<DeclOccurrence> Decls; variable
H A DFileIndexRecord.cpp20 static void addOccurrence(std::vector<DeclOccurrence> &Decls, in addOccurrence()
H A DIndexingAction.cpp255 ArrayRef<const Decl *> Decls, in indexTopLevelDecls()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h34 using Decls = DeclListNode::Decls; variable
162 void replaceExternalDecls(ArrayRef<NamedDecl*> Decls) { in replaceExternalDecls()
H A DDeclGroup.h68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
H A DASTUnresolvedSet.h40 DeclsTy Decls; variable
H A DUnresolvedSet.h150 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
H A DCXXInheritance.h80 DeclContext::lookup_iterator Decls; variable
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp223 RecordVector Decls = Records.getAllDerivedDefinitions(DeclNodeClassName); in EmitClangDeclContext() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp144 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> &Decls, in HandleDecls()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7202 SmallVector<Decl*, 8> Decls; in CompleteRedeclChain() local
7500 SmallVectorImpl<Decl *> &Decls) { in FindExternalLexicalDecls()
7576 SmallVectorImpl<Decl *> &Decls) { in FindFileRegionDecls()
7630 SmallVector<NamedDecl *, 64> Decls; in FindExternalVisibleDeclsByName() local
7651 DeclsMap Decls; in completeVisibleDeclsMap() local
8292 SmallVectorImpl<const DeclaratorDecl *> &Decls) { in ReadUnusedFileScopedDecls()
8303 SmallVectorImpl<CXXConstructorDecl *> &Decls) { in ReadDelegatingConstructors()
8313 void ASTReader::ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) { in ReadExtVectorDecls()
8324 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
8336 llvm::SmallSetVector<Decl *, 4> &Decls) { in ReadDeclsToCheckForDeferredDiags()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp231 DeclContextLookupResult Decls = RD->lookup(DeclName); in findMemberField() local

12