| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | ExternalSemaSource.h | 118 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()
|
| D | TypoCorrection.h | 172 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
|
| D | Lookup.h | 726 UnresolvedSet<8> Decls; variable
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | MultiplexExternalSemaSource.cpp | 127 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/ |
| D | DeclGroup.cpp | 20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
|
| D | ASTImporterLookupTable.cpp | 90 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add() local 96 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in remove() local
|
| D | ExternalASTSource.cpp | 45 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
|
| D | ODRHash.cpp | 488 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
|
| D | ExternalASTMerger.cpp | 247 bool HasDeclOfSameType(llvm::ArrayRef<Candidate> Decls, const Candidate &C) { in HasDeclOfSameType() 481 llvm::SmallVector<NamedDecl *, 1> Decls; in FindExternalVisibleDeclsByName() local
|
| D | DeclBase.cpp | 1311 DeclContext::BuildDeclChain(ArrayRef<Decl *> Decls, in BuildDeclChain() 1354 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local 1397 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
|
| D | DeclPrinter.cpp | 288 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/ |
| D | FileIndexRecord.h | 31 mutable std::vector<DeclOccurrence> Decls; variable
|
| D | IndexingAction.cpp | 274 ArrayRef<const Decl *> Decls, in indexTopLevelDecls()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ASTUtils.h | 93 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()
|
| D | ClangASTSource.h | 222 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindExternalLexicalDecls()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugAbbrev.h | 27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | DeclContextInternals.h | 34 using Decls = DeclListNode::Decls; variable 162 void replaceExternalDecls(ArrayRef<NamedDecl*> Decls) { in replaceExternalDecls()
|
| D | DeclGroup.h | 68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
|
| D | ASTUnresolvedSet.h | 40 DeclsTy Decls; variable
|
| D | UnresolvedSet.h | 150 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
|
| D | CXXInheritance.h | 80 DeclContext::lookup_iterator Decls; variable
|
| /freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/ |
| D | ClangASTNodesEmitter.cpp | 223 RecordVector Decls = Records.getAllDerivedDefinitions(DeclNodeClassName); in EmitClangDeclContext() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | InterfaceStubFunctionsConsumer.cpp | 144 HandleDecls(const llvm::iterator_range<DeclContext::decl_iterator> &Decls, in HandleDecls()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReader.cpp | 7229 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/ |
| D | BodyFarm.cpp | 231 DeclContextLookupResult Decls = RD->lookup(DeclName); in findMemberField() local
|