Searched refs:CurLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Lex/
H A DTokenLexer.cpp745 SourceLocation CurLoc = FirstLoc; local
760 if (CurLoc.isFileID() != NextLoc.isFileID())
764 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
770 CurLoc = NextLoc;
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp60 DI->CurLoc = SourceLocation();
90 DI->CurLoc = SourceLocation();
107 CurLoc = CGM.getContext().getSourceManager().getExpansionLoc(Loc);
116 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
125 getOrCreateFile(CurLoc));
131 = DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc));
282 if (Loc.isInvalid() && CurLoc.isInvalid())
285 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
296 if (Loc.isInvalid() && CurLoc.isInvalid())
299 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
[all...]
H A DCGDebugInfo.h56 SourceLocation CurLoc, PrevLoc; member in class:clang::CodeGen::CGDebugInfo
220 SourceLocation getLocation() const { return CurLoc; }
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp304 SourceLocation CurLoc = Stack[I].second; local
305 emitBuildingModuleLocation(CurLoc,
306 CurSM.getPresumedLoc(CurLoc,

Completed in 133 milliseconds