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

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp34 ExternalASTSource::getSourceDescriptor(unsigned ID) { function in class:ExternalASTSource
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.h54 getSourceDescriptor(unsigned ID) override;
H A DClangExternalASTSourceCallbacks.cpp74 ClangExternalASTSourceCallbacks::getSourceDescriptor(unsigned id) { function in class:ClangExternalASTSourceCallbacks
H A DASTUtils.h77 getSourceDescriptor(unsigned ID) override {
78 return m_Source->getSourceDescriptor(ID);
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h163 virtual std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID);
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2191 std::optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID) override;
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3560 auto Info = Reader->getSourceDescriptor(Idx);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1262 auto parent_desc = ast_source->getSourceDescriptor(parent.GetValue());
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9001 std::optional<ASTSourceDescriptor> ASTReader::getSourceDescriptor(unsigned ID) {

Completed in 329 milliseconds