/llvm-project/lldb/source/Symbol/ |
H A D | DeclVendor.cpp | 21 std::vector<CompilerDecl> decls; in FindTypes() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExternalASTSourceCallbacks.cpp | 43 llvm::SmallVectorImpl<clang::Decl *> &decls) { in FindExternalLexicalDecls() argument 54 llvm::SmallVector<clang::NamedDecl *, 4> decls; FindExternalVisibleDeclsByName() local
|
H A D | ClangDeclVendor.cpp | 19 std::vector<clang::NamedDecl *> &decls) { in FindDecls()
|
H A D | ClangASTSource.cpp | 41 ScopedLexicalDeclEraser(std::set<const clang::Decl *> &decls, in ScopedLexicalDeclEraser() argument 370 FindExternalLexicalDecls(const DeclContext * decl_context,llvm::function_ref<bool (Decl::Kind)> predicate,llvm::SmallVectorImpl<Decl * > & decls) FindExternalLexicalDecls() argument 801 std::vector<clang::NamedDecl *> decls; FindDeclInModules() local 851 std::vector<clang::NamedDecl *> decls; FindDeclInObjCRuntime() local 1083 std::vector<clang::NamedDecl *> decls; FindObjCMethodDecls() local 1123 std::vector<clang::NamedDecl *> decls; FindObjCMethodDecls() local 1256 std::vector<clang::NamedDecl *> decls; FindObjCPropertyAndIvarDecls() local 1299 std::vector<clang::NamedDecl *> decls; FindObjCPropertyAndIvarDecls() local [all...] |
H A D | ClangModulesDeclVendor.cpp | 433 FindDecls(ConstString name,bool append,uint32_t max_matches,std::vector<CompilerDecl> & decls) FindDecls() argument
|
H A D | ClangExpressionDeclMap.cpp | 1025 std::vector<clang::NamedDecl *> decls; in LookupInModulesDeclVendor() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclGroup.cpp | 28 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { in DeclGroup()
|
/llvm-project/lldb/unittests/Expression/ |
H A D | ClangExpressionDeclMapTest.cpp | 92 llvm::SmallVector<clang::NamedDecl *, 16> decls; in TEST_F() local 115 llvm::SmallVector<clang::NamedDecl *, 16> decls; in TEST_F() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 148 DeclsTy &decls() { decls() function 151 const DeclsTy &decls() const { decls() function [all...] |
H A D | TemplateName.h | 129 llvm::ArrayRef<NamedDecl*> decls() const { decls() function
|
H A D | ExprCXX.h | 3081 llvm::iterator_range<decls_iterator> decls() const { decls() function
|
/llvm-project/clang/utils/ |
H A D | modfuzz.py | 39 decls = [ variable
|
/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
H A D | Parser.h | 627 std::vector<std::unique_ptr<VarDeclExprAST>> decls; in parseStruct() local
|
/llvm-project/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 240 IdentifierResolver::decls(DeclarationName Name) { in decls() function in IdentifierResolver
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Parser.cpp | 578 if (failed(parseModuleBody(decls))) in parseModule() local 586 parseModuleBody(SmallVectorImpl<ast::Decl * > & decls) parseModuleBody() argument 767 parseDirective(SmallVectorImpl<ast::Decl * > & decls) parseDirective() argument 775 parseInclude(SmallVectorImpl<ast::Decl * > & decls) parseInclude() argument 817 parseTdInclude(StringRef filename,llvm::SMRange fileLoc,SmallVectorImpl<ast::Decl * > & decls) parseTdInclude() argument 867 processTdIncludeRecords(llvm::RecordKeeper & tdRecords,SmallVectorImpl<ast::Decl * > & decls) processTdIncludeRecords() argument [all...] |
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 527 FindDecls(ConstString name,bool append,uint32_t max_matches,std::vector<CompilerDecl> & decls) FindDecls() argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Scope.h | 339 decl_range decls() const { decls() function
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestTypeSystemClang.cpp | 997 std::vector<CompilerDecl> decls = TEST_F() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 179 unsigned decls = declToIndex.size(); in computeSetOfDeclarations() local
|
/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1197 Decl* decls[] = {AnonRecord, TheDecl}; ParseDeclOrFunctionDefInternal() local
|
H A D | ParseDeclCXX.cpp | 3043 Decl *decls[] = {AnonRecord, TheDecl}; ParseCXXClassMemberDeclaration() local
|
H A D | ParseDecl.cpp | 2115 Decl* decls[] = {AnonRecord, TheDecl}; ParseSimpleDeclaration() local
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Nodes.h | 98 llvm::StringMap<Decl *> decls; variable
|
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-names.cpp | 6019 const auto &decls{std::get<std::list<parser::EntityDecl>>(structStmt.t)}; Pre() local 8441 HandleDerivedTypesInImplicitStmts(const parser::ImplicitPart & implicitPart,const std::list<parser::DeclarationConstruct> & decls) HandleDerivedTypesInImplicitStmts() argument 8592 CreateObjectSymbols(const std::list<parser::ObjectDecl> & decls,Attr attr) CreateObjectSymbols() argument 8663 FinishSpecificationPart(const std::list<parser::DeclarationConstruct> & decls) FinishSpecificationPart() argument [all...] |
/llvm-project/flang/lib/Parser/ |
H A D | unparse.cpp | 277 const auto &decls{std::get<std::list<ComponentOrFill>>(x.t)}; in Unparse() local 448 const auto &decls{std::get<std::list<EntityDecl>>(x.t)}; in Unparse() local
|