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

/external/clang/lib/Lex/
H A DTokenLexer.cpp769 SourceLocation CurLoc = FirstLoc; local
784 if (CurLoc.isFileID() != NextLoc.isFileID())
788 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
794 CurLoc = NextLoc;
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp104 static SourceLocation CurLoc; variable
129 CurLoc = LexLoc;
204 ExprAST(SourceLocation Loc = CurLoc) : Loc(Loc) {} argument
468 SourceLocation LitLoc = CurLoc;
502 SourceLocation IfLoc = CurLoc;
683 SourceLocation BinLoc = CurLoc;
724 SourceLocation FnLoc = CurLoc;
799 SourceLocation FnLoc = CurLoc;
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp300 SourceLocation CurLoc = Stack[I].second; local
301 emitBuildingModuleLocation(CurLoc,
302 CurSM.getPresumedLoc(CurLoc,
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp126 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
[all...]
H A DCGDebugInfo.h60 SourceLocation CurLoc; member in class:clang::CodeGen::CGDebugInfo

Completed in 4001 milliseconds