/llvm-project/lldb/unittests/TestingSupport/Symbol/ |
H A D | ClangTestUtils.h | 18 inline clang::DeclarationName getDeclarationName(TypeSystemClang &ast, in getDeclarationName() 24 inline CompilerType createRecord(TypeSystemClang &ast, llvm::StringRef name) { in createRecord() 33 inline CompilerType createRecordWithField(TypeSystemClang &ast, in createRecordWithField() 62 TypeSystemClang *ast; member
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | NameSearchContext.cpp | 28 clang::ASTContext &ast = lldb_ast->getASTContext(); in AddVarDecl() local 56 clang::ASTContext &ast = lldb_ast->getASTContext(); in AddFunDecl() local
|
H A D | ClangExternalASTSourceCallbacks.h | 33 ClangExternalASTSourceCallbacks(TypeSystemClang &ast) : m_ast(ast) {} in ClangExternalASTSourceCallbacks() argument
|
H A D | ClangASTImporter.cpp | 957 TypeSystemClang *ast = TypeSystemClang::GetASTContext(decl_origin.ctx); in GetDeclMetadata() local 960 TypeSystemClang *ast = TypeSystemClang::GetASTContext(&decl->getASTContext()); in GetDeclMetadata() local
|
H A D | ClangExpressionDeclMap.cpp | 221 auto ast = parser_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in AddPersistentVariable() local 1148 TypeSystemClang *ast = llvm::dyn_cast_or_null<TypeSystemClang>( in SearchFunctionsInSymbolContexts() local
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 632 ASTContext &ast = getASTContext(); SetExternalSource() local 708 GetASTContext(clang::ASTContext * ast) GetASTContext() argument 739 QualTypeMatchesBitSize(const uint64_t bit_size,ASTContext & ast,QualType qual_type) QualTypeMatchesBitSize() argument 747 ASTContext &ast = getASTContext(); GetBuiltinTypeForEncodingAndBitSize() local 876 clang::ASTContext &ast = getASTContext(); GetBasicType() local 888 ASTContext &ast = getASTContext(); GetBuiltinTypeForDWARFEncodingAndBitSize() local 1105 ASTContext &ast = getASTContext(); GetCStringType() local 1116 auto ast = type1.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); AreTypesSame() local 1224 ASTContext &ast = getASTContext(); CreateRecordType() local 1324 CreateTemplateParameterList(ASTContext & ast,const TypeSystemClang::TemplateParameterInfos & template_param_infos,llvm::SmallVector<NamedDecl *,8> & template_param_decls) CreateTemplateParameterList() argument 1410 ASTContext &ast = getASTContext(); CreateFunctionTemplateDecl() local 1546 ASTContext &ast = getASTContext(); CreateClassTemplateDecl() local 1619 ASTContext &ast = getASTContext(); CreateTemplateTemplateParmDecl() local 1646 ASTContext &ast = getASTContext(); CreateClassTemplateSpecializationDecl() local 1680 ASTContext &ast = getASTContext(); CreateClassTemplateSpecializationType() local 1746 ASTContext &ast = getASTContext(); FieldIsBitfield() local 1803 ASTContext &ast = getASTContext(); CreateObjCClass() local 1853 ASTContext &ast = getASTContext(); GetUniqueNamespaceDeclaration() local 2000 GetOpaqueCompilerType(clang::ASTContext * ast,lldb::BasicType basic_type) GetOpaqueCompilerType() argument 2137 ASTContext &ast = getASTContext(); CreateFunctionDeclaration() local 2206 ASTContext &ast = getASTContext(); CreateParameterDeclaration() local 2240 ASTContext &ast = getASTContext(); CreateArrayType() local 2308 ASTContext &ast = getASTContext(); CreateEnumerationType() local 2333 clang::ASTContext &ast = getASTContext(); GetIntTypeFromBitSize() local 2416 GetCompleteDecl(clang::ASTContext * ast,clang::Decl * decl) GetCompleteDecl() argument 2581 GetCompleteRecordType(clang::ASTContext * ast,clang::QualType qual_type,bool allow_completion) GetCompleteRecordType() argument 2627 GetCompleteEnumType(clang::ASTContext * ast,clang::QualType qual_type,bool allow_completion) GetCompleteEnumType() argument 2664 GetCompleteObjCObjectType(clang::ASTContext * ast,QualType qual_type,bool allow_completion) GetCompleteObjCObjectType() argument 2699 GetCompleteQualType(clang::ASTContext * ast,clang::QualType qual_type,bool allow_completion=true) GetCompleteQualType() argument 4290 GetFullyUnqualifiedType_Impl(clang::ASTContext * ast,clang::QualType qual_type) GetFullyUnqualifiedType_Impl() argument 4696 clang::ASTContext &ast = getASTContext(); CreateGenericFunctionPrototype() local 4713 clang::ASTContext &ast = getASTContext(); GetFloatTypeSemantics() local 5321 GetDynamicArrayInfo(TypeSystemClang & ast,SymbolFile * sym_file,clang::QualType qual_type,const ExecutionContext * exe_ctx) GetDynamicArrayInfo() argument 5658 GetObjCFieldAtIndex(clang::ASTContext * ast,clang::ObjCInterfaceDecl * class_interface_decl,size_t idx,std::string & name,uint64_t * bit_offset_ptr,uint32_t * bitfield_bit_size_ptr,bool * is_bitfield_ptr) GetObjCFieldAtIndex() argument 7422 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); AddFieldToRecordType() local 7517 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); BuildIndirectFields() local 7624 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); SetIsPacked() local 7644 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); AddVariableToRecordType() local 7680 clang::ASTContext &ast = var->getASTContext(); SetIntegerInitializerForVariable() local 7705 clang::ASTContext &ast = var->getASTContext(); SetFloatingInitializerForVariable() local 7954 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); SetObjCSuperClass() local 7983 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); AddObjCClassProperty() local 8209 clang::ASTContext &ast = lldb_ast->getASTContext(); AddMethodToObjCObjectType() local 8460 clang::ASTContext &ast = lldb_ast->getASTContext(); CompleteTagDeclarationDefinition() local 8565 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); CreateMemberPointerType() local 9594 TypeSystemClang *ast = llvm::cast<TypeSystemClang>(dc.GetTypeSystem()); DeclContextGetMetaData() local 9600 TypeSystemClang *ast = DeclContextGetTypeSystemClang() local [all...] |
H A D | TypeSystemClang.h | 267 clang::ASTContext &ast = getASTContext(); variable
|
/llvm-project/lldb/unittests/SymbolFile/DWARF/ |
H A D | DWARFASTParserClangTests.cpp | 468 clang::ASTContext &ast = ts.getASTContext(); in TEST_F() local 479 clang::ASTContext &ast = ts.getASTContext(); in TEST_F() local 527 clang::ASTContext &ast = ts.getASTContext(); TEST_F() local [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | ASTVectorTest.cpp | 23 namespace ast { namespace
|
/llvm-project/lldb/source/Plugins/Platform/FreeBSD/ |
H A D | PlatformFreeBSD.cpp | 195 TypeSystemClang *ast = m_type_system.get(); in GetSiginfoType() local
|
/llvm-project/lldb/unittests/Symbol/ |
H A D | TestTypeSystemClang.cpp | 240 TypeSystemClang ast("empty triple AST", llvm::Triple{}); in TEST_F() local 235 TypeSystemClang ast("some name", llvm::Triple()); TEST_F() local 268 auto &ast = *holder->GetAST(); TEST_F() local 287 auto &ast = *holder->GetAST(); TEST_F() local [all...] |
H A D | PostfixExpressionTest.cpp | 137 Node *ast = ParseOneExpression(expr, alloc); in ParseAndGenerateDWARF() local
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test_cpp.cc | 299 auto ast = build.node_from(schedule); in test_ast_build() local 313 auto ast = build_copy.node_from(schedule); in test_ast_build() local
|
H A D | isl_test_cpp-generic.cc | 324 auto ast = build.node_from(schedule); in test_ast_build_unroll() local 348 auto ast = build.node_from(schedule); in test_ast_build_generic() local
|
H A D | isl_test_cpp-checked.cc | 257 auto ast = build.node_from(schedule); in test_ast_build() local
|
H A D | isl_ast_codegen.c | 5866 isl_ast_node *ast; in build_ast_from_domain() local
|
/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 214 TypeSystemClang *ast = m_type_system.get(); in GetSiginfoType() local
|
/llvm-project/lldb/source/Plugins/Platform/Linux/ |
H A D | PlatformLinux.cpp | 320 TypeSystemClang *ast = m_type_system.get(); in GetSiginfoType() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 109 clang::ASTContext &ast = clang_ast.getASTContext(); in GetBuiltinTypeForPDBEncodingAndBitSize() local 329 GetDeclFromContextByName(const clang::ASTContext & ast,const clang::DeclContext & decl_context,llvm::StringRef name) GetDeclFromContextByName() argument 365 PDBASTParser(lldb_private::TypeSystemClang & ast) PDBASTParser() argument [all...] |
H A D | SymbolFilePDB.cpp | 1104 PDBASTParser *ast = GetPDBAstParser(); ParseVariables() local
|
/llvm-project/flang/tools/bbc/ |
H A D | bbc.cpp | 346 if (auto ast = Fortran::lower::createPFT(parseTree, semanticsContext)) { convertFortranSourceToMLIR() local
|
/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSIndexPath.cpp | 58 auto ast = ScratchTypeSystemClang::GetForTarget( in Update() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.cpp | 69 DWARFASTParserClang(TypeSystemClang & ast) DWARFASTParserClang() argument 244 PrepareContextToReceiveMembers(TypeSystemClang & ast,ClangASTImporter & ast_importer,clang::DeclContext * decl_ctx,DWARFDIE die,const char * type_name_cstr) PrepareContextToReceiveMembers() argument 1430 auto ast = ParseInheritance() local 2036 clang::ASTContext &ast = m_ast.getASTContext(); ParseTemplateDIE() local 2768 clang::ASTContext &ast = ts.getASTContext(); ExtractIntFromFormValue() local 3096 auto ast = ts.dyn_cast_or_null<TypeSystemClang>(); ParseChildMembers() local [all...] |
/llvm-project/flang/lib/Frontend/ |
H A D | FrontendActions.cpp | 599 if (auto ast{ executeAction() local 1373 if (auto ast = Fortran::lower::createPFT(*ci.getParsing().parseTree(), executeAction() local
|
/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc64.cpp | 816 auto ast = m_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); GetStructValueObject() local
|