Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PLoc

2165   PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc);
2168 PLoc.isValid() ? CGM.GetAddrOfConstantCString(PLoc.getFilename(), ".src")
2170 Builder.getInt32(PLoc.isValid() ? PLoc.getLine() : 0),
2171 Builder.getInt32(PLoc.isValid() ? PLoc.getColumn() : 0)