OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpandLocStart
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Lex/
TokenLexer.cpp
36
ExpandLocStart
= Tok.getLocation();
54
assert(
ExpandLocStart
.isValid());
63
ExpandLocStart
,
96
ExpandLocStart
= ExpandLocEnd = SourceLocation();
297
if(
ExpandLocStart
.isValid()) {
341
if (
ExpandLocStart
.isValid()) {
467
if (
ExpandLocStart
.isValid() && // Don't do this for token streams.
473
ExpandLocStart
,
641
SM.createExpansionLoc(PasteOpLoc,
ExpandLocStart
, ExpandLocEnd, 2);
740
assert(
ExpandLocStart
.isValid() && MacroExpansionStart.isValid() &
[
all
...]
/external/clang/include/clang/Lex/
TokenLexer.h
62
///
ExpandLocStart
/End - The source location range where this macro was
64
SourceLocation
ExpandLocStart
, ExpandLocEnd;
Completed in 354 milliseconds