OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegionLoc
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h
33
SourceLocation
RegionLoc
;
36
CondDirectiveLoc(SourceLocation Loc, SourceLocation
RegionLoc
)
37
: Loc(Loc),
RegionLoc
(
RegionLoc
) {}
40
SourceLocation getRegionLoc() const { return
RegionLoc
; }
/external/clang/tools/libclang/
Indexing.cpp
209
SourceLocation
RegionLoc
= PPRec.findConditionalDirectiveRegionLoc(Loc);
210
if (
RegionLoc
.isInvalid()) {
219
assert(
RegionLoc
.isFileID());
222
std::tie(RegionFID, RegionOffset) = SM.getDecomposedLoc(
RegionLoc
);
[
all
...]
Completed in 139 milliseconds