| /external/clang/include/clang/Sema/ |
| D | ExternalSemaSource.h | 110 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()
|
| D | TypoCorrection.h | 153 void setCorrectionDecls(ArrayRef<NamedDecl*> Decls) { in setCorrectionDecls()
|
| D | Lookup.h | 658 UnresolvedSet<8> Decls; variable
|
| /external/clang/lib/Sema/ |
| D | MultiplexExternalSemaSource.cpp | 124 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()
|
| D | SemaStmt.cpp | 1276 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
|
| D | SemaDeclObjC.cpp | 1126 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { in ActOnFinishObjCImplementation() 3344 SmallVectorImpl<Decl*> &Decls) { in ActOnDefs()
|
| /external/llvm/include/llvm/DebugInfo/DWARF/ |
| 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 | DeclPrinter.cpp | 212 void DeclPrinter::ProcessDeclGroup(SmallVectorImpl<Decl*>& Decls) { in ProcessDeclGroup() 240 SmallVector<Decl*, 2> Decls; in VisitDeclContext() local
|
| D | DeclBase.cpp | 989 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls, in BuildDeclChain() 1033 SmallVector<Decl*, 64> Decls; in LoadLexicalDeclsFromExternalStorage() local 1083 ArrayRef<NamedDecl*> Decls) { in SetExternalVisibleDeclsForName()
|
| 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 | 134 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/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 | 6444 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 …]
|
| D | ASTReaderStmt.cpp | 289 SmallVector<Decl *, 16> Decls; in VisitDeclStmt() local 1459 UnresolvedSet<8> Decls; in VisitOverloadExpr() local
|
| /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleObjCTypeVendor.cpp | 77 llvm::SmallVectorImpl<clang::Decl*> &Decls) in FindExternalLexicalDecls()
|
| /external/clang/lib/CodeGen/ |
| D | CGDeclCXX.cpp | 495 ArrayRef<llvm::Function *> Decls, in GenerateCXXGlobalInitFunc()
|
| /external/clang/lib/Frontend/ |
| D | ASTUnit.cpp | 2562 LocDeclsTy *&Decls = FileDecls[FID]; in addFileLevelDecl() local 2580 SmallVectorImpl<Decl *> &Decls) { in findFileRegionDecls()
|
| /external/clang/include/clang/Parse/ |
| D | Parser.h | 913 SmallVector<Decl*, 2> Decls; member
|