Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExternalASTSourceCallbacks.h60 getSourceDescriptor(unsigned ID) override;
HDClangExternalASTSourceCallbacks.cpp75 ClangExternalASTSourceCallbacks::getSourceDescriptor(unsigned id) { in getSourceDescriptor() function in ClangExternalASTSourceCallbacks
HDASTUtils.h83 getSourceDescriptor(unsigned ID) override { in getSourceDescriptor() function
84 return m_Source->getSourceDescriptor(ID); in getSourceDescriptor()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExternalASTSource.cpp34 ExternalASTSource::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ExternalASTSource
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExternalASTSource.h165 virtual std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h2205 std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp3710 auto Info = Reader->getSourceDescriptor(Idx); in getParentModuleOrNull()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp1210 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue()); in GetOrCreateClangModule()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp9111 std::optional<ASTSourceDescriptor> ASTReader::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ASTReader