Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Sema/
DExternalSemaSource.h110 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
120 SmallVectorImpl<CXXConstructorDecl *> &Decls) {} in ReadDelegatingConstructors()
129 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} in ReadExtVectorDecls()
138 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {}; in ReadUnusedLocalTypedefNameCandidates()
DTypoCorrection.h153 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
DLookup.h658 UnresolvedSet<8> Decls; variable
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp124 SmallVectorImpl<Decl *> &Decls){ in FindFileRegionDecls()
230 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
236 SmallVectorImpl<CXXConstructorDecl*> &Decls) { in ReadDelegatingConstructors()
242 SmallVectorImpl<TypedefNameDecl*> &Decls) { in ReadExtVectorDecls()
248 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
DSemaStmt.cpp1276 llvm::SmallPtrSetImpl<VarDecl*> &Decls; member in __anonbb64069f0311::DeclExtractor
1282 DeclExtractor(Sema &S, llvm::SmallPtrSetImpl<VarDecl*> &Decls, in DeclExtractor()
1354 llvm::SmallPtrSetImpl<VarDecl*> &Decls; member in __anonbb64069f0311::DeclMatcher
1360 DeclMatcher(Sema &S, llvm::SmallPtrSetImpl<VarDecl*> &Decls, in DeclMatcher()
1431 llvm::SmallPtrSet<VarDecl*, 8> Decls; in CheckForLoopConditionalStatement() local
DSemaDeclObjC.cpp1126 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { in ActOnFinishObjCImplementation()
3344 SmallVectorImpl<Decl*> &Decls) { in ActOnDefs()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAbbrev.h25 std::vector<DWARFAbbreviationDeclaration> Decls; variable
/external/clang/lib/AST/
DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DExternalASTSource.cpp27 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
DDeclPrinter.cpp212 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup()
240 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
DDeclBase.cpp989 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls, in BuildDeclChain()
1033 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local
1083 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
DCXXInheritance.cpp29 llvm::SetVector<NamedDecl *, SmallVector<NamedDecl *, 8> > Decls; in ComputeDeclsFound() local
/external/clang/include/clang/AST/
DDeclGroup.h72 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
DASTUnresolvedSet.h33 DeclsTy Decls; variable
DUnresolvedSet.h134 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
DCXXInheritance.h80 DeclContext::lookup_result Decls; variable
/external/clang/utils/TableGen/
DClangASTNodesEmitter.cpp203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); in EmitClangDeclContext() local
/external/boringssl/src/util/
Ddoc.go50 Decls []HeaderDecl member
/external/lldb/include/lldb/Expression/
DClangASTSource.h263 llvm::SmallVectorImpl<clang::Decl*> &Decls) in FindExternalLexicalDecls()
/external/clang/lib/Serialization/
DASTReader.cpp6444 SmallVectorImpl<Decl*> &Decls; member in __anon0c914da40911::FindExternalLexicalDeclsVisitor
6450 SmallVectorImpl<Decl*> &Decls) in FindExternalLexicalDeclsVisitor()
6498 SmallVectorImpl<Decl*> &Decls) { in FindExternalLexicalDecls()
6542 SmallVectorImpl<Decl *> &Decls) { in FindFileRegionDecls()
6590 SmallVectorImpl<NamedDecl *> &Decls; member in __anon0c914da40b11::DeclContextNameLookupVisitor
6597 SmallVectorImpl<NamedDecl *> &Decls, in DeclContextNameLookupVisitor()
6689 SmallVector<NamedDecl *, 64> Decls; in FindExternalVisibleDeclsByName() local
6751 DeclsMap &Decls; member in __anon0c914da40d11::DeclContextAllNamesVisitor
6758 DeclsMap &Decls, bool VisitAll) in DeclContextAllNamesVisitor()
6810 DeclsMap Decls; in completeVisibleDeclsMap() local
[all …]
DASTReaderStmt.cpp289 SmallVector<Decl *, 16> Decls; in VisitDeclStmt() local
1459 UnresolvedSet<8> Decls; in VisitOverloadExpr() local
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp77 llvm::SmallVectorImpl<clang::Decl*> &Decls) in FindExternalLexicalDecls()
/external/clang/lib/CodeGen/
DCGDeclCXX.cpp495 ArrayRef<llvm::Function *> Decls, in GenerateCXXGlobalInitFunc()
/external/clang/lib/Frontend/
DASTUnit.cpp2562 LocDeclsTy *&Decls = FileDecls[FID]; in addFileLevelDecl() local
2580 SmallVectorImpl<Decl *> &Decls) { in findFileRegionDecls()
/external/clang/include/clang/Parse/
DParser.h913 SmallVector<Decl*, 2> Decls; member

12