Home
last modified time | relevance | path

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

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
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()
/aosp_15_r20/external/clang/include/clang/Sema/
H A 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()
/aosp_15_r20/external/clang/lib/Sema/
H A 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()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dpass-object-size.cpp22 void Decls() { in Decls() function
67 void Decls() { in Decls() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclContextInternals.h34 using Decls = DeclListNode::Decls; variable
173 void replaceExternalDecls(ArrayRef<NamedDecl*> Decls) { in replaceExternalDecls()
DDeclGroup.h68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclContextInternals.h34 using Decls = DeclListNode::Decls; variable
161 void replaceExternalDecls(ArrayRef<NamedDecl*> Decls) { in replaceExternalDecls()
DDeclGroup.h68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclContextInternals.h34 using Decls = DeclListNode::Decls; variable
161 void replaceExternalDecls(ArrayRef<NamedDecl*> Decls) { in replaceExternalDecls()
DDeclGroup.h68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclContextInternals.h34 using Decls = DeclListNode::Decls; variable
161 void replaceExternalDecls(ArrayRef<NamedDecl*> Decls) { in replaceExternalDecls()
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h24 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/aosp_15_r20/external/clang/lib/AST/
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
H A DDeclBase.cpp1073 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls, in BuildDeclChain()
1117 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local
1160 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h27 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReader.cpp6267 SmallVector<Decl*, 8> Decls; in CompleteRedeclChain() local
6522 SmallVectorImpl<Decl *> &Decls) { in FindExternalLexicalDecls()
6598 SmallVectorImpl<Decl *> &Decls) { in FindFileRegionDecls()
6654 SmallVector<NamedDecl *, 64> Decls; in FindExternalVisibleDeclsByName() local
6674 DeclsMap Decls; in completeVisibleDeclsMap() local
7269 SmallVectorImpl<const DeclaratorDecl *> &Decls) { in ReadUnusedFileScopedDecls()
7280 SmallVectorImpl<CXXConstructorDecl *> &Decls) { in ReadDelegatingConstructors()
7290 void ASTReader::ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) { in ReadExtVectorDecls()
7301 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
7429 SmallVectorImpl<Decl *> *Decls) { in SetGloballyVisibleDecls()
[all …]
H A DASTReaderStmt.cpp293 SmallVector<Decl *, 16> Decls; in VisitDeclStmt() local
1520 UnresolvedSet<8> Decls; in VisitOverloadExpr() local
2281 SmallVector<ValueDecl *, 16> Decls; in VisitOMPMapClause() local
2375 SmallVector<ValueDecl *, 16> Decls; in VisitOMPToClause() local
2419 SmallVector<ValueDecl *, 16> Decls; in VisitOMPFromClause() local

1234