Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DExternalSemaSource.h116 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
126 SmallVectorImpl<CXXConstructorDecl *> &Decls) {} in ReadDelegatingConstructors()
135 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} in ReadExtVectorDecls()
144 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} in ReadUnusedLocalTypedefNameCandidates()
201 ReadDeclsToCheckForDeferredDiags(llvm::SmallSetVector<Decl *, 4> &Decls) {} in ReadDeclsToCheckForDeferredDiags()
DTypoCorrection.h172 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
DLookup.h751 UnresolvedSet<8> Decls; variable
/openbsd/src/gnu/llvm/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp133 SmallVectorImpl<Decl *> &Decls){ in FindFileRegionDecls()
259 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
265 SmallVectorImpl<CXXConstructorDecl*> &Decls) { in ReadDelegatingConstructors()
271 SmallVectorImpl<TypedefNameDecl*> &Decls) { in ReadExtVectorDecls()
277 llvm::SmallSetVector<Decl *, 4> &Decls) { in ReadDeclsToCheckForDeferredDiags()
283 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h94 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindFileRegionDecls()
357 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindFileRegionDecls()
486 llvm::SmallVectorImpl<const clang::DeclaratorDecl *> &Decls) override { in ReadUnusedFileScopedDecls()
492 llvm::SmallVectorImpl<clang::CXXConstructorDecl *> &Decls) override { in ReadDelegatingConstructors()
498 llvm::SmallVectorImpl<clang::TypedefNameDecl *> &Decls) override { in ReadExtVectorDecls()
504 llvm::SmallSetVector<const clang::TypedefNameDecl *, 4> &Decls) override { in ReadUnusedLocalTypedefNameCandidates()
DClangASTSource.h222 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindExternalLexicalDecls()
/openbsd/src/gnu/llvm/clang/lib/AST/
DODRHash.cpp415 llvm::SmallVector<const Decl *, 16> Decls; in VisitObjCMethodDecl() local
573 llvm::SmallVector<const Decl *, 16> Decls; in AddCXXRecordDecl() local
611 llvm::SmallVector<const Decl *, 16> Decls; in AddRecordDecl() local
639 llvm::SmallVector<const Decl *, 16> Decls; in AddObjCInterfaceDecl() local
719 llvm::SmallVector<const Decl *, 16> Decls; in AddFunctionDecl() local
745 llvm::SmallVector<const Decl *, 16> Decls; in AddEnumDecl() local
772 llvm::SmallVector<const Decl *, 16> Decls; in AddObjCProtocolDecl() local
DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DASTImporterLookupTable.cpp91 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add() local
98 DeclList &Decls = LookupTable[DC][Name]; in remove() local
DExternalASTSource.cpp45 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
DExternalASTMerger.cpp247 bool HasDeclOfSameType(llvm::ArrayRef<Candidate> Decls, const Candidate &C) { in HasDeclOfSameType()
479 llvm::SmallVector<NamedDecl *, 1> Decls; in FindExternalVisibleDeclsByName() local
DDeclBase.cpp1364 DeclContext::BuildDeclChain(ArrayRef<Decl *> Decls, in BuildDeclChain()
1407 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local
1450 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
DDeclPrinter.cpp291 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup()
384 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclContextInternals.h34 using Decls = DeclListNode::Decls; variable
161 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
/openbsd/src/gnu/llvm/clang/lib/Index/
DFileIndexRecord.h31 mutable std::vector<DeclOccurrence> Decls; variable
DIndexingAction.cpp274 ArrayRef<const Decl *> Decls, in indexTopLevelDecls()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseHLSL.cpp27 DeclGroupRef Decls = DG.get(); in validateDeclsInsideHLSLBuffer() local
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DClangASTNodesEmitter.cpp223 RecordVector Decls = Records.getAllDerivedDefinitions(DeclNodeClassName); in EmitClangDeclContext() local
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DInterfaceStubFunctionsConsumer.cpp144 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> &Decls, in HandleDecls()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp7322 SmallVector<Decl*, 8> Decls; in CompleteRedeclChain() local
7620 SmallVectorImpl<Decl *> &Decls) { in FindExternalLexicalDecls()
7696 SmallVectorImpl<Decl *> &Decls) { in FindFileRegionDecls()
7750 SmallVector<NamedDecl *, 64> Decls; in FindExternalVisibleDeclsByName() local
7771 DeclsMap Decls; in completeVisibleDeclsMap() local
8408 SmallVectorImpl<const DeclaratorDecl *> &Decls) { in ReadUnusedFileScopedDecls()
8419 SmallVectorImpl<CXXConstructorDecl *> &Decls) { in ReadDelegatingConstructors()
8429 void ASTReader::ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) { in ReadExtVectorDecls()
8440 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
8452 llvm::SmallSetVector<Decl *, 4> &Decls) { in ReadDeclsToCheckForDeferredDiags()
[all …]

12