Searched defs:SimpleSpellingLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCXSourceLocation.cpp300 SourceLocation SimpleSpellingLoc = SM.getImmediateSpellingLoc(SpellLoc); local
301 if (SimpleSpellingLoc.isFileID() &&
302 SM.getFileEntryForID(SM.getDecomposedLoc(SimpleSpellingLoc).first))
303 SpellLoc = SimpleSpellingLoc;

Completed in 48 milliseconds