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

/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp111 static SourceLocation CurLoc; variable
133 CurLoc = LexLoc;
210 ExprAST(SourceLocation Loc = CurLoc) : Loc(Loc) {} argument
451 SourceLocation LitLoc = CurLoc;
505 SourceLocation IfLoc = CurLoc;
683 SourceLocation BinLoc = CurLoc;
723 SourceLocation FnLoc = CurLoc;
797 SourceLocation FnLoc = CurLoc;
/external/clang/lib/Lex/
H A DTokenLexer.cpp762 SourceLocation CurLoc = FirstLoc; local
777 if (CurLoc.isFileID() != NextLoc.isFileID())
781 if (!SM.isInSameSLocAddrSpace(CurLoc, NextLoc, &RelOffs))
787 CurLoc = NextLoc;
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp304 SourceLocation CurLoc = Stack[I].second; local
305 emitBuildingModuleLocation(CurLoc,
306 CurSM.getPresumedLoc(CurLoc,
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp114 CurLoc = CGM.getContext().getSourceManager().getExpansionLoc(Loc);
124 PresumedLoc PCLoc = SM.getPresumedLoc(CurLoc);
131 LBF->getScope(), getOrCreateFile(CurLoc));
138 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc));
286 if (Loc.isInvalid() && CurLoc.isInvalid())
289 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
300 if (Loc.isInvalid() && CurLoc.isInvalid())
303 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc);
722 unsigned LineNo = getLineNumber(CurLoc);
2613 // Artificial functions without a location should not silently reuse CurLoc
[all...]
H A DCGDebugInfo.h56 SourceLocation CurLoc; member in class:clang::CodeGen::CGDebugInfo

Completed in 104 milliseconds