/external/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 llvm::SmallVector<Decl *, 4> &Decls) {} in ReadDeclsToCheckForDeferredDiags()
|
/external/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()
|
/external/llvm-project/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 128 SmallVectorImpl<Decl *> &Decls){ in FindFileRegionDecls() 254 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls() 260 SmallVectorImpl<CXXConstructorDecl*> &Decls) { in ReadDelegatingConstructors() 266 SmallVectorImpl<TypedefNameDecl*> &Decls) { in ReadExtVectorDecls() 272 llvm::SmallVector<Decl *, 4> &Decls) { in ReadDeclsToCheckForDeferredDiags() 278 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | pass-object-size.cpp | 22 void Decls() { in Decls() function 67 void Decls() { in Decls() function
|
/external/clang/test/SemaCXX/ |
D | pass-object-size.cpp | 22 void Decls() { in Decls() function 67 void Decls() { in Decls() function
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 120 SmallVectorImpl<Decl *> &Decls){ in FindFileRegionDecls() 239 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls() 245 SmallVectorImpl<CXXConstructorDecl*> &Decls) { in ReadDelegatingConstructors() 251 SmallVectorImpl<TypedefNameDecl*> &Decls) { in ReadExtVectorDecls() 257 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAbbrev.h | 24 std::vector<DWARFAbbreviationDeclaration> Decls; variable
|
/external/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()
|
/external/clang/lib/AST/ |
D | DeclGroup.cpp | 20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
|
/external/llvm-project/clang/lib/Index/ |
D | FileIndexRecord.h | 30 std::vector<DeclOccurrence> Decls; variable
|
/external/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()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAbbrev.h | 27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAbbrev.h | 27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
|
/external/llvm-project/clang/unittests/AST/ |
D | StructuralEquivalenceTest.cpp | 174 auto Decls = makeNamedDecls("int foo;", "int foo;", Lang_CXX03); in TEST_F() local 179 auto Decls = makeNamedDecls("int foo;", "signed int foo;", Lang_CXX03); in TEST_F() local 184 auto Decls = makeNamedDecls("char foo;", "char foo;", Lang_CXX03); in TEST_F() local 191 auto Decls = makeNamedDecls("char foo;", "signed char foo;", Lang_CXX03); in TEST_F() local 196 auto Decls = makeNamedDecls("struct foo;", "struct foo;", Lang_CXX03); in TEST_F() local 201 auto Decls = makeNamedDecls("struct foo { int x; };", in TEST_F() local 207 auto Decls = makeNamedDecls("struct foo { char x; };", in TEST_F() local 213 auto Decls = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F() local 223 auto Decls = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F() local 233 auto Decls = makeDecls<ClassTemplateSpecializationDecl>( in TEST_F() local [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | ConcatNestedNamespacesCheck.cpp | 30 NamespaceDecl::decl_range Decls = ND.decls(); in singleNamedNamespaceChild() local
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclGroup.h | 68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
|
D | ASTUnresolvedSet.h | 40 DeclsTy Decls; variable
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | FindAllSymbols.cpp | 198 auto Decls = namedDecl(anyOf(CRecords, CXXRecords, Enums, Typedefs, Vars, in registerMatchers() local
|
/external/clang/include/clang/AST/ |
D | DeclGroup.h | 71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
|
D | ASTUnresolvedSet.h | 33 DeclsTy Decls; variable
|
D | UnresolvedSet.h | 139 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
|
/external/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); in EmitClangDeclContext() local
|