/external/clang/include/clang/Sema/ |
D | ExternalSemaSource.h | 106 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()
|
D | TypoCorrection.h | 152 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
|
D | Lookup.h | 654 UnresolvedSet<8> Decls; variable
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 116 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()
|
D | SemaStmt.cpp | 1257 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
|
D | SemaDeclObjC.cpp | 1132 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { in ActOnFinishObjCImplementation() 3286 SmallVectorImpl<Decl*> &Decls) { in ActOnDefs()
|
/external/llvm/lib/DebugInfo/ |
D | DWARFDebugAbbrev.h | 25 std::vector<DWARFAbbreviationDeclaration> Decls; variable
|
/external/clang/lib/AST/ |
D | DeclGroup.cpp | 20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
|
D | ExternalASTSource.cpp | 27 SmallVectorImpl<Decl *> &Decls) {} in FindFileRegionDecls()
|
D | DeclBase.cpp | 963 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls, in BuildDeclChain() 1006 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local 1055 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
|
D | DeclPrinter.cpp | 200 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() 228 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
|
D | CXXInheritance.cpp | 29 llvm::SetVector<NamedDecl *, SmallVector<NamedDecl *, 8> > Decls; in ComputeDeclsFound() local
|
/external/clang/include/clang/AST/ |
D | DeclGroup.h | 72 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create()
|
D | ASTUnresolvedSet.h | 33 DeclsTy Decls; variable
|
D | UnresolvedSet.h | 178 SmallVector<DeclAccessPair, InlineCapacity> Decls; variable
|
D | CXXInheritance.h | 80 DeclContext::lookup_result Decls; variable
|
/external/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); in EmitClangDeclContext() local
|
/external/chromium_org/third_party/boringssl/src/util/ |
D | doc.go | 50 Decls []HeaderDecl member
|
/external/lldb/include/lldb/Expression/ |
D | ClangASTSource.h | 263 llvm::SmallVectorImpl<clang::Decl*> &Decls) in FindExternalLexicalDecls()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 3242 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 …]
|
D | ASTReaderStmt.cpp | 289 SmallVector<Decl *, 16> Decls; in VisitDeclStmt() local 1457 UnresolvedSet<8> Decls; in VisitOverloadExpr() local
|
/external/clang/lib/CodeGen/ |
D | CGCXXABI.cpp | 313 void CGCXXABI::EmitThreadLocalInitFuncs( in EmitThreadLocalInitFuncs()
|
D | CGDeclCXX.cpp | 448 ArrayRef<llvm::Constant *> Decls, in GenerateCXXGlobalInitFunc()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeVendor.cpp | 77 llvm::SmallVectorImpl<clang::Decl*> &Decls) in FindExternalLexicalDecls()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2615 LocDeclsTy *&Decls = FileDecls[FID]; in addFileLevelDecl() local 2633 SmallVectorImpl<Decl *> &Decls) { in findFileRegionDecls()
|