OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpellingLoc
(Results
1 - 7
of
7
) sorted by null
/external/clang/include/clang/Basic/
SourceManager.h
293
/// the token was ultimately expanded, and the
SpellingLoc
- where the actual
299
unsigned
SpellingLoc
;
311
return SourceLocation::getFromRawEncoding(
SpellingLoc
);
345
/// expanded), and
SpellingLoc
specifies the spelling location (where
348
static ExpansionInfo create(SourceLocation
SpellingLoc
,
351
X.
SpellingLoc
=
SpellingLoc
.getRawEncoding();
363
/// always exactly one token.
SpellingLoc
specifies the spelling location
365
///
SpellingLoc
can both refer to normal File SLocs or expansion locations.
374
///
SpellingLoc
pointing at '\c 42' and an ExpansionLoc pointing at it
[
all
...]
/external/clang/lib/Frontend/
DiagnosticRenderer.cpp
447
SourceLocation
SpellingLoc
= Loc;
451
SpellingLoc
= SM.getImmediateExpansionRange(Loc).first;
452
SpellingLoc
= SM.getSpellingLoc(
SpellingLoc
);
465
emitDiagnostic(
SpellingLoc
, DiagnosticsEngine::Note, Message.str(),
/external/clang/include/clang/Lex/
Lexer.h
114
static Lexer *Create_PragmaLexer(SourceLocation
SpellingLoc
,
/external/clang/lib/Basic/
SourceManager.cpp
615
SourceManager::createMacroArgExpansionLoc(SourceLocation
SpellingLoc
,
618
ExpansionInfo Info = ExpansionInfo::createForMacroArg(
SpellingLoc
,
624
SourceManager::createExpansionLoc(SourceLocation
SpellingLoc
,
630
ExpansionInfo Info = ExpansionInfo::create(
SpellingLoc
, ExpansionLocStart,
[
all
...]
/external/clang/lib/AST/
ASTDumper.cpp
388
SourceLocation
SpellingLoc
= SM->getSpellingLoc(Loc);
392
PresumedLoc PLoc = SM->getPresumedLoc(
SpellingLoc
);
[
all
...]
/external/clang/lib/Lex/
Lexer.cpp
178
Lexer *Lexer::Create_PragmaLexer(SourceLocation
SpellingLoc
,
185
FileID SpellingFID = SM.getFileID(
SpellingLoc
);
192
const char *StrData = SM.getCharacterData(
SpellingLoc
);
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 119 milliseconds