Lines Matching refs:CurLoc
126 CurLoc = CGM.getContext().getSourceManager().getExpansionLoc(Loc);
136 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
144 LBF->getScope(), getOrCreateFile(CurLoc)));
149 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc)));
317 if (Loc.isInvalid() && CurLoc.isInvalid())
320 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
330 if (Loc.isInvalid() && CurLoc.isInvalid())
333 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
2712 // Artificial functions without a location should not silently reuse CurLoc.
2714 CurLoc = SourceLocation();
2771 // Artificial functions without a location should not silently reuse CurLoc.
2773 CurLoc = SourceLocation();
2789 if (CurLoc.isInvalid() || CurLoc.isMacroID())
2794 getLineNumber(CurLoc), getColumnNumber(CurLoc), Scope));
2802 cast<llvm::DIScope>(Back), getOrCreateFile(CurLoc), getLineNumber(CurLoc),
2803 getColumnNumber(CurLoc)));
2843 EmitLocation(Builder, CurLoc);