Home
last modified time | relevance | path

Searched refs:getSourceDescriptor (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.h53 getSourceDescriptor(unsigned ID) override;
H A DClangExternalASTSourceCallbacks.cpp73 ClangExternalASTSourceCallbacks::getSourceDescriptor(unsigned id) { in getSourceDescriptor() function in ClangExternalASTSourceCallbacks
H A DASTUtils.h76 getSourceDescriptor(unsigned ID) override { in getSourceDescriptor() function
77 return m_Source->getSourceDescriptor(ID); in getSourceDescriptor()
/llvm-project-15.0.7/clang/lib/AST/
H A DExternalASTSource.cpp34 ExternalASTSource::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ExternalASTSource
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExternalASTSource.h163 virtual llvm::Optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID);
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h2130 llvm::Optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID) override;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3397 auto Info = Reader->getSourceDescriptor(Idx); in getParentModuleOrNull()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1260 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp8729 ASTReader::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ASTReader