Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h1639 SourceLocation getSourceLocationForDeclID(serialization::GlobalDeclID ID);
/external/clang/lib/Serialization/
DASTReader.cpp6357 SourceLocation ASTReader::getSourceLocationForDeclID(GlobalDeclID ID) { in getSourceLocationForDeclID() function in ASTReader
6590 Reader.getSourceLocationForDeclID(Reader.getGlobalDeclID(Mod, ID))); in getLocation()