Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp34 ExternalASTSource::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ExternalASTSource
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h165 virtual llvm::Optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2107 llvm::Optional<ASTSourceDescriptor> getSourceDescriptor(unsigned ID) override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3265 auto Info = Reader->getSourceDescriptor(Idx); in getParentModuleOrNull()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8652 ASTReader::getSourceDescriptor(unsigned ID) { in getSourceDescriptor() function in ASTReader