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()
1547 PresumedLoc PLoc = SM.getPresumedLoc(BeginLoc); in getEntryInfoFromPresumedLoc() local
1550 if (llvm::sys::fs::getUniqueID(PLoc.getFilename(), ID)) { in getEntryInfoFromPresumedLoc()
1551 PLoc = SM.getPresumedLoc(BeginLoc, /*UseLineDirectives=*/false); in getEntryInfoFromPresumedLoc()
1554 return std::pair<std::string, uint64_t>(PLoc.getFilename(), PLoc.getLine()); in getEntryInfoFromPresumedLoc()
8810 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitMappingInformation() local
8811 return OMPBuilder.getOrCreateSrcLocStr(PLoc.getFilename(), ExprName, in emitMappingInformation()
8812 PLoc.getLine(), PLoc.getColumn(), in emitMappingInformation()