Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1830 SourceLocation getSourceLocationForDeclID(serialization::GlobalDeclID ID);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7242 SourceLocation ASTReader::getSourceLocationForDeclID(GlobalDeclID ID) { in getSourceLocationForDeclID() function in ASTReader
7479 Reader.getSourceLocationForDeclID(Reader.getGlobalDeclID(Mod, ID))); in getLocation()