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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp298 SourceLocation CurLoc = Stack[I].second; local
299 emitBuildingModuleLocation(CurLoc,
300 CurSM.getPresumedLoc(CurLoc,
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp60 DI->CurLoc = SourceLocation();
68 DI->CurLoc = SavedLoc;
76 DI->CurLoc = SourceLocation();
85 DI->CurLoc = SourceLocation();
96 DI->CurLoc = SavedLoc;
104 CurLoc = CGM.getContext().getSourceManager().getExpansionLoc(Loc);
112 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
125 getOrCreateFile(CurLoc));
131 = DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc));
296 if (Loc.isInvalid() && CurLoc
[all...]
H A DCGDebugInfo.h56 SourceLocation CurLoc, PrevLoc; member in class:clang::CodeGen::CGDebugInfo
212 SourceLocation getLocation() const { return CurLoc; }
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp750 SourceLocation CurLoc = FirstLoc; local
765 if (CurLoc.isFileID() != NextLoc.isFileID())
769 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
775 CurLoc = NextLoc;

Completed in 60 milliseconds