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/
H A 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()
H A DTypoCorrection.h172 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
H A DLookup.h751 UnresolvedSet<8> Decls; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A 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/
H A 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()
H A DClangASTSource.h222 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindExternalLexicalDecls()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A 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
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
H A DASTImporterLookupTable.cpp91 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add() local
98 DeclList &Decls = LookupTable[DC][Name]; in remove() local
H A DExternalASTSource.cpp45 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
H A DExternalASTMerger.cpp247 bool HasDeclOfSameType(llvm::ArrayRef<Candidate> Decls, const Candidate &C) { in HasDeclOfSameType()
479 llvm::SmallVector<NamedDecl *, 1> Decls; in FindExternalVisibleDeclsByName() local
H A DDeclBase.cpp1364 DeclContext::BuildDeclChain(ArrayRef<Decl *> Decls, in BuildDeclChain()
1407 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local
1450 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
H A DDeclPrinter.cpp291 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup()
384 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DFileIndexRecord.h31 mutable std::vector<DeclOccurrence> Decls; variable
H A DIndexingAction.cpp274 ArrayRef<const Decl *> Decls, in indexTopLevelDecls()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclContextInternals.h34 using Decls = DeclListNode::Decls; variable
161 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
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseHLSL.cpp27 DeclGroupRef Decls = DG.get(); in validateDeclsInsideHLSLBuffer() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp223 RecordVector Decls = Records.getAllDerivedDefinitions(DeclNodeClassName); in EmitClangDeclContext() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp144 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> &Decls, in HandleDecls()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A 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