Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.h60 getSourceDescriptor(unsigned ID) override;
H A DClangExternalASTSourceCallbacks.cpp75 ClangExternalASTSourceCallbacks::getSourceDescriptor(unsigned id) { in getSourceDescriptor() function in ClangExternalASTSourceCallbacks
H A DASTUtils.h83 getSourceDescriptor(unsigned ID) override { in getSourceDescriptor() function
84 return m_Source->getSourceDescriptor(ID); in getSourceDescriptor()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp34 ExternalASTSource::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ExternalASTSource
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h165 virtual std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID);
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2205 std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID) override;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3710 auto Info = Reader->getSourceDescriptor(Idx); in getParentModuleOrNull()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1210 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9111 std::optional<ASTSourceDescriptor> ASTReader::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ASTReader