Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Sema/
DExternalSemaSource.h106 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
116 SmallVectorImpl<CXXConstructorDecl *> &Decls) {} in ReadDelegatingConstructors()
125 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} in ReadExtVectorDecls()
133 virtual void ReadDynamicClasses(SmallVectorImpl<CXXRecordDecl *> &Decls) {} in ReadDynamicClasses()
143 SmallVectorImpl<NamedDecl *> &Decls) {} in ReadLocallyScopedExternCDecls()
DTypoCorrection.h152 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
DLookup.h654 UnresolvedSet<8> Decls; variable
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp116 SmallVectorImpl<Decl *> &Decls){ in FindFileRegionDecls()
222 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
228 SmallVectorImpl<CXXConstructorDecl*> &Decls) { in ReadDelegatingConstructors()
234 SmallVectorImpl<TypedefNameDecl*> &Decls) { in ReadExtVectorDecls()
240 SmallVectorImpl<CXXRecordDecl*> &Decls) { in ReadDynamicClasses()
246 SmallVectorImpl<NamedDecl*> &Decls) { in ReadLocallyScopedExternCDecls()
DSemaStmt.cpp1257 llvm::SmallPtrSet<VarDecl*, 8> &Decls; member in __anon3aaa9c560211::DeclExtractor
1263 DeclExtractor(Sema &S, llvm::SmallPtrSet<VarDecl*, 8> &Decls, in DeclExtractor()
1335 llvm::SmallPtrSet<VarDecl*, 8> &Decls; member in __anon3aaa9c560211::DeclMatcher
1341 DeclMatcher(Sema &S, llvm::SmallPtrSet<VarDecl*, 8> &Decls, in DeclMatcher()
1412 llvm::SmallPtrSet<VarDecl*, 8> Decls; in CheckForLoopConditionalStatement() local
DSemaDeclObjC.cpp1132 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { in ActOnFinishObjCImplementation()
3286 SmallVectorImpl<Decl*> &Decls) { in ActOnDefs()
/external/llvm/lib/DebugInfo/
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()
DDeclBase.cpp963 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls, in BuildDeclChain()
1006 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local
1055 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
DDeclPrinter.cpp200 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup()
228 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
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.h178 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/chromium_org/third_party/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.cpp3242 SmallVectorImpl<GlobalDeclID> &Decls = StoredMergedDecls[CanonID]; in ReadASTBlock() local
6198 SmallVectorImpl<Decl*> &Decls; member in __anon261bb41b0711::FindExternalLexicalDeclsVisitor
6204 SmallVectorImpl<Decl*> &Decls) in FindExternalLexicalDeclsVisitor()
6252 SmallVectorImpl<Decl*> &Decls) { in FindExternalLexicalDecls()
6296 SmallVectorImpl<Decl *> &Decls) { in FindFileRegionDecls()
6344 SmallVectorImpl<NamedDecl *> &Decls; member in __anon261bb41b0911::DeclContextNameLookupVisitor
6350 SmallVectorImpl<NamedDecl *> &Decls) in DeclContextNameLookupVisitor()
6435 SmallVector<NamedDecl *, 64> Decls; in FindExternalVisibleDeclsByName() local
6480 DeclsMap &Decls; member in __anon261bb41b0a11::DeclContextAllNamesVisitor
6486 DeclsMap &Decls, bool VisitAll) in DeclContextAllNamesVisitor()
[all …]
DASTReaderStmt.cpp289 SmallVector<Decl *, 16> Decls; in VisitDeclStmt() local
1457 UnresolvedSet<8> Decls; in VisitOverloadExpr() local
/external/clang/lib/CodeGen/
DCGCXXABI.cpp313 void CGCXXABI::EmitThreadLocalInitFuncs( in EmitThreadLocalInitFuncs()
DCGDeclCXX.cpp448 ArrayRef<llvm::Constant *> Decls, in GenerateCXXGlobalInitFunc()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeVendor.cpp77 llvm::SmallVectorImpl<clang::Decl*> &Decls) in FindExternalLexicalDecls()
/external/clang/lib/Frontend/
DASTUnit.cpp2615 LocDeclsTy *&Decls = FileDecls[FID]; in addFileLevelDecl() local
2633 SmallVectorImpl<Decl *> &Decls) { in findFileRegionDecls()

12