OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurLoc
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Lex/
TokenLexer.cpp
745
SourceLocation
CurLoc
= FirstLoc;
760
if (
CurLoc
.isFileID() != NextLoc.isFileID())
764
if (!SM.isInSameSLocAddrSpace(
CurLoc
, NextLoc, &RelOffs))
770
CurLoc
= NextLoc;
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
60
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
...]
CGDebugInfo.h
56
SourceLocation
CurLoc
, PrevLoc;
220
SourceLocation getLocation() const { return
CurLoc
; }
/external/clang/lib/Frontend/
DiagnosticRenderer.cpp
304
SourceLocation
CurLoc
= Stack[I].second;
305
emitBuildingModuleLocation(
CurLoc
,
306
CurSM.getPresumedLoc(
CurLoc
,
Completed in 97 milliseconds