Home
last modified time | relevance | path

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

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