/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 116 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 D | TypoCorrection.h | 172 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
|
H A D | Lookup.h | 751 UnresolvedSet<8> Decls; variable
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 133 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 D | ASTUtils.h | 94 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 D | ClangASTSource.h | 222 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindExternalLexicalDecls()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ODRHash.cpp | 415 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 D | DeclGroup.cpp | 20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
|
H A D | ASTImporterLookupTable.cpp | 91 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add() local 98 DeclList &Decls = LookupTable[DC][Name]; in remove() local
|
H A D | ExternalASTSource.cpp | 45 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
|
H A D | ExternalASTMerger.cpp | 247 bool HasDeclOfSameType(llvm::ArrayRef<Candidate> Decls, const Candidate &C) { in HasDeclOfSameType() 479 llvm::SmallVector<NamedDecl *, 1> Decls; in FindExternalVisibleDeclsByName() local
|
H A D | DeclBase.cpp | 1364 DeclContext::BuildDeclChain(ArrayRef<Decl *> Decls, in BuildDeclChain() 1407 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local 1450 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
|
H A D | DeclPrinter.cpp | 291 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 D | FileIndexRecord.h | 31 mutable std::vector<DeclOccurrence> Decls; variable
|
H A D | IndexingAction.cpp | 274 ArrayRef<const Decl *> Decls, in indexTopLevelDecls()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclContextInternals.h | 34 using Decls = DeclListNode::Decls; variable 161 void replaceExternalDecls(ArrayRef<NamedDecl*> Decls) { in replaceExternalDecls()
|
H A D | DeclGroup.h | 68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
|
H A D | ASTUnresolvedSet.h | 40 DeclsTy Decls; variable
|
H A D | UnresolvedSet.h | 150 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
|
H A D | CXXInheritance.h | 80 DeclContext::lookup_iterator Decls; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAbbrev.h | 27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseHLSL.cpp | 27 DeclGroupRef Decls = DG.get(); in validateDeclsInsideHLSLBuffer() local
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangASTNodesEmitter.cpp | 223 RecordVector Decls = Records.getAllDerivedDefinitions(DeclNodeClassName); in EmitClangDeclContext() local
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | InterfaceStubFunctionsConsumer.cpp | 144 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> &Decls, in HandleDecls()
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7322 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 …]
|