Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp112 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() local
115 if (PCLoc.isInvalid() || PPLoc.isInvalid() || in setLocation()
116 !strcmp(PPLoc.getFilename(), PCLoc.getFilename())) in setLocation()