Home
last modified time | relevance | path

Searched refs:CanImport (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp358 bool ClangASTImporter::CanImport(const CompilerType &type) { in CanImport() function in ClangASTImporter
405 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()
412 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()
418 return CanImport(CompilerType(type.GetTypeSystem(), in CanImport()
424 return CanImport(CompilerType( in CanImport()
511 if (!CanImport(compiler_type)) in CompleteType()
DClangASTImporter.h81 bool CanImport(const CompilerType &type);
/external/llvm-project/flang/lib/Semantics/
Dscope.cpp91 } else if (CanImport(name)) { in FindSymbol()
244 bool Scope::CanImport(const SourceName &name) const { in CanImport() function in Fortran::semantics::Scope
/external/llvm-project/lldb/unittests/Symbol/
DTestClangASTImporter.cpp33 EXPECT_FALSE(importer.CanImport(CompilerType())); in TEST_F()
/external/llvm-project/flang/include/flang/Semantics/
Dscope.h282 bool CanImport(const SourceName &) const;
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp771 if (GetClangASTImporter().CanImport(compiler_type)) in CompleteTypeFromPDB()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1442 return ast_parser->GetClangASTImporter().CanImport(compiler_type); in HasForwardDeclForClangType()
1454 ast_parser->GetClangASTImporter().CanImport(compiler_type)) in CompleteType()
DDWARFASTParserClang.cpp287 if (type && ast_importer.CanImport(type)) { in PrepareContextToReceiveMembers()