Lines Matching refs:PLoc

1358   PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc);  in getIdentStringFromSourceLocation()  local
1359 OS << ";" << PLoc.getFilename() << ";"; in getIdentStringFromSourceLocation()
1362 OS << ";" << PLoc.getLine() << ";" << PLoc.getColumn() << ";;"; in getIdentStringFromSourceLocation()
1379 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation() local
1380 const char *FileName = PLoc.getFilename(); in emitUpdateLocation()
1381 unsigned Line = PLoc.getLine(); in emitUpdateLocation()
1382 unsigned Column = PLoc.getColumn(); in emitUpdateLocation()
1605 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getTargetEntryUniqueInfo() local
1606 assert(PLoc.isValid() && "Source location is expected to be always valid."); in getTargetEntryUniqueInfo()
1609 if (auto EC = llvm::sys::fs::getUniqueID(PLoc.getFilename(), ID)) { in getTargetEntryUniqueInfo()
1610 PLoc = SM.getPresumedLoc(Loc, /*UseLineDirectives=*/false); in getTargetEntryUniqueInfo()
1611 assert(PLoc.isValid() && "Source location is expected to be always valid."); in getTargetEntryUniqueInfo()
1612 if (auto EC = llvm::sys::fs::getUniqueID(PLoc.getFilename(), ID)) in getTargetEntryUniqueInfo()
1614 << PLoc.getFilename() << EC.message(); in getTargetEntryUniqueInfo()
1618 PLoc.getLine()); in getTargetEntryUniqueInfo()
9097 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitMappingInformation() local
9098 return OMPBuilder.getOrCreateSrcLocStr(PLoc.getFilename(), ExprName, in emitMappingInformation()
9099 PLoc.getLine(), PLoc.getColumn(), in emitMappingInformation()