Home
last modified time | relevance | path

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

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