Home
last modified time | relevance | path

Searched refs:getSourceLocationForDeclID (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1831 SourceLocation getSourceLocationForDeclID(serialization::GlobalDeclID ID);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7325 SourceLocation ASTReader::getSourceLocationForDeclID(GlobalDeclID ID) { in getSourceLocationForDeclID() function in ASTReader
7568 Reader.getSourceLocationForDeclID(Reader.getGlobalDeclID(Mod, ID))); in getLocation()