Home
last modified time | relevance | path

Searched defs:decls (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp21 std::vector<CompilerDecl> decls; in FindTypes() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp43 llvm::SmallVectorImpl<clang::Decl *> &decls) { in FindExternalLexicalDecls() argument
54 llvm::SmallVector<clang::NamedDecl *, 4> decls; FindExternalVisibleDeclsByName() local
H A DClangDeclVendor.cpp19 std::vector<clang::NamedDecl *> &decls) { in FindDecls()
H A DClangASTSource.cpp41 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 DClangModulesDeclVendor.cpp433 FindDecls(ConstString name,bool append,uint32_t max_matches,std::vector<CompilerDecl> & decls) FindDecls() argument
H A DClangExpressionDeclMap.cpp1025 std::vector<clang::NamedDecl *> decls; in LookupInModulesDeclVendor() local
/llvm-project/clang/lib/AST/
H A DDeclGroup.cpp28 DeclGroup::DeclGroup(unsigned numdecls, Decl** decls) : NumDecls(numdecls) { in DeclGroup()
/llvm-project/lldb/unittests/Expression/
H A DClangExpressionDeclMapTest.cpp92 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 DUnresolvedSet.h148 DeclsTy &decls() { decls() function
151 const DeclsTy &decls() const { decls() function
[all...]
H A DTemplateName.h129 llvm::ArrayRef<NamedDecl*> decls() const { decls() function
H A DExprCXX.h3081 llvm::iterator_range<decls_iterator> decls() const { decls() function
/llvm-project/clang/utils/
H A Dmodfuzz.py39 decls = [ variable
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DParser.h627 std::vector<std::unique_ptr<VarDeclExprAST>> decls; in parseStruct() local
/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp240 IdentifierResolver::decls(DeclarationName Name) { in decls() function in IdentifierResolver
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp578 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 DAppleObjCDeclVendor.cpp527 FindDecls(ConstString name,bool append,uint32_t max_matches,std::vector<CompilerDecl> & decls) FindDecls() argument
/llvm-project/clang/include/clang/Sema/
H A DScope.h339 decl_range decls() const { decls() function
/llvm-project/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp997 std::vector<CompilerDecl> decls = TEST_F() local
/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp179 unsigned decls = declToIndex.size(); in computeSetOfDeclarations() local
/llvm-project/clang/lib/Parse/
H A DParser.cpp1197 Decl* decls[] = {AnonRecord, TheDecl}; ParseDeclOrFunctionDefInternal() local
H A DParseDeclCXX.cpp3043 Decl *decls[] = {AnonRecord, TheDecl}; ParseCXXClassMemberDeclaration() local
H A DParseDecl.cpp2115 Decl* decls[] = {AnonRecord, TheDecl}; ParseSimpleDeclaration() local
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h98 llvm::StringMap<Decl *> decls; variable
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp6019 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 Dunparse.cpp277 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

12