Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang/include/clang/Sema/
DExternalSemaSource.h118 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/
DExternalSemaSource.h118 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/
DMultiplexExternalSemaSource.cpp128 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/
Dpass-object-size.cpp22 void Decls() { in Decls() function
67 void Decls() { in Decls() function
/external/clang/test/SemaCXX/
Dpass-object-size.cpp22 void Decls() { in Decls() function
67 void Decls() { in Decls() function
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp120 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/
DDWARFDebugAbbrev.h24 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/external/llvm-project/clang/lib/AST/
DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DASTImporterLookupTable.cpp90 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in add() local
96 DeclList &Decls = LookupTable[DC][ND->getDeclName()]; in remove() local
DExternalASTSource.cpp45 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
/external/clang/lib/AST/
DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
/external/llvm-project/clang/lib/Index/
DFileIndexRecord.h30 std::vector<DeclOccurrence> Decls; variable
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h93 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()
DClangASTSource.h222 llvm::SmallVectorImpl<clang::Decl *> &Decls) override { in FindExternalLexicalDecls()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/external/llvm-project/clang/unittests/AST/
DStructuralEquivalenceTest.cpp174 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/
DConcatNestedNamespacesCheck.cpp30 NamespaceDecl::decl_range Decls = ND.decls(); in singleNamedNamespaceChild() local
/external/llvm-project/clang/include/clang/AST/
DDeclGroup.h68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DASTUnresolvedSet.h40 DeclsTy Decls; variable
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DFindAllSymbols.cpp198 auto Decls = namedDecl(anyOf(CRecords, CXXRecords, Enums, Typedefs, Vars, in registerMatchers() local
/external/clang/include/clang/AST/
DDeclGroup.h71 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DASTUnresolvedSet.h33 DeclsTy Decls; variable
DUnresolvedSet.h139 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
/external/clang/utils/TableGen/
DClangASTNodesEmitter.cpp203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); in EmitClangDeclContext() local

1234