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

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp66 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc); local
68 if (PCLoc.isInvalid() || PPLoc.isInvalid() ||
69 !strcmp(PPLoc.getFilename(), PCLoc.getFilename()))

Completed in 52 milliseconds