HomeSort by relevance Sort by last modified time
    Searched refs:PPLoc (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Rewrite/
RewriteMacros.cpp 115 SourceLocation PPLoc = SM.getExpansionLoc(PPTok.getLocation());
118 if (!SM.isFromMainFile(PPLoc)) {
154 unsigned PPOffs = SM.getFileOffset(PPLoc);
200 PPLoc = SM.getExpansionLoc(PPTok.getLocation());
201 PPOffs = SM.getFileOffset(PPLoc);
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 65 PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
67 if (PCLoc.isInvalid() || PPLoc.isInvalid() ||
68 !strcmp(PPLoc.getFilename(), PCLoc.getFilename()))
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 594 milliseconds