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/Frontend/
DiagnosticRenderer.cpp
298
SourceLocation
CurLoc
= Stack[I].second;
299
emitBuildingModuleLocation(
CurLoc
,
300
CurSM.getPresumedLoc(
CurLoc
,
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
59
DI->
CurLoc
= SourceLocation();
67
DI->
CurLoc
= SavedLoc;
75
DI->
CurLoc
= SourceLocation();
84
DI->
CurLoc
= SourceLocation();
95
DI->
CurLoc
= SavedLoc;
103
CurLoc
= CGM.getContext().getSourceManager().getExpansionLoc(Loc);
111
PresumedLoc PCLoc = SM.getPresumedLoc(
CurLoc
);
124
getOrCreateFile(
CurLoc
));
130
= DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(
CurLoc
));
307
if (Loc.isInvalid() &&
CurLoc
.isInvalid()
[
all
...]
CGDebugInfo.h
56
SourceLocation
CurLoc
, PrevLoc;
216
SourceLocation getLocation() const { return
CurLoc
; }
/external/clang/lib/Lex/
TokenLexer.cpp
752
SourceLocation
CurLoc
= FirstLoc;
767
if (
CurLoc
.isFileID() != NextLoc.isFileID())
771
if (!SM.isInSameSLocAddrSpace(
CurLoc
, NextLoc, &RelOffs))
777
CurLoc
= NextLoc;
[
all
...]
Completed in 1295 milliseconds