Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp137 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() local
139 if (PCLoc.isInvalid() || Scope->getFilename() == PCLoc.getFilename()) in setLocation()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp184 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc); in setLocation() local
185 if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(CurLoc)) in setLocation()