Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/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()
203 ReadDeclsToCheckForDeferredDiags(llvm::SmallSetVector<Decl *, 4> &Decls) {} in ReadDeclsToCheckForDeferredDiags()
DTypoCorrection.h172 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
DLookup.h726 UnresolvedSet<8> Decls; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
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()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DASTImporterLookupTable.cpp90 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add() local
96 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in remove() local
DExternalASTSource.cpp45 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
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
DExternalASTMerger.cpp247 bool HasDeclOfSameType(llvm::ArrayRef<Candidate> Decls, const Candidate &C) { in HasDeclOfSameType()
481 llvm::SmallVector<NamedDecl *, 1> Decls; in FindExternalVisibleDeclsByName() local
DDeclBase.cpp1311 DeclContext::BuildDeclChain(ArrayRef<Decl *> Decls, in BuildDeclChain()
1354 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local
1397 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
DDeclPrinter.cpp288 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup()
381 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DFileIndexRecord.h31 mutable std::vector<DeclOccurrence> Decls; variable
DIndexingAction.cpp274 ArrayRef<const Decl *> Decls, in indexTopLevelDecls()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h93 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindFileRegionDecls()
356 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindFileRegionDecls()
485 llvm::SmallVectorImpl<const clang::DeclaratorDecl *> &Decls) override { in ReadUnusedFileScopedDecls()
491 llvm::SmallVectorImpl<clang::CXXConstructorDecl *> &Decls) override { in ReadDelegatingConstructors()
497 llvm::SmallVectorImpl<clang::TypedefNameDecl *> &Decls) override { in ReadExtVectorDecls()
503 llvm::SmallSetVector<const clang::TypedefNameDecl *, 4> &Decls) override { in ReadUnusedLocalTypedefNameCandidates()
DClangASTSource.h222 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindExternalLexicalDecls()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclContextInternals.h34 using Decls = DeclListNode::Decls; variable
162 void replaceExternalDecls(ArrayRef<NamedDecl*> Decls) { in replaceExternalDecls()
DDeclGroup.h68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DASTUnresolvedSet.h40 DeclsTy Decls; variable
DUnresolvedSet.h150 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
DCXXInheritance.h80 DeclContext::lookup_iterator Decls; variable
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DClangASTNodesEmitter.cpp223 RecordVector Decls = Records.getAllDerivedDefinitions(DeclNodeClassName); in EmitClangDeclContext() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DInterfaceStubFunctionsConsumer.cpp144 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> &Decls, in HandleDecls()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp7229 SmallVector<Decl*, 8> Decls; in CompleteRedeclChain() local
7527 SmallVectorImpl<Decl *> &Decls) { in FindExternalLexicalDecls()
7603 SmallVectorImpl<Decl *> &Decls) { in FindFileRegionDecls()
7657 SmallVector<NamedDecl *, 64> Decls; in FindExternalVisibleDeclsByName() local
7678 DeclsMap Decls; in completeVisibleDeclsMap() local
8319 SmallVectorImpl<const DeclaratorDecl *> &Decls) { in ReadUnusedFileScopedDecls()
8330 SmallVectorImpl<CXXConstructorDecl *> &Decls) { in ReadDelegatingConstructors()
8340 void ASTReader::ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) { in ReadExtVectorDecls()
8351 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
8363 llvm::SmallSetVector<Decl *, 4> &Decls) { in ReadDeclsToCheckForDeferredDiags()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp231 DeclContextLookupResult Decls = RD->lookup(DeclName); in findMemberField() local

12