OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spellingBase
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
PTHManager.h
69
///
SpellingBase
- The base offset within the PTH memory buffer that
71
const unsigned char* const
SpellingBase
;
82
const unsigned char*
spellingBase
, const char *originalSourceFile);
/external/clang/lib/Lex/
PTHLexer.cpp
80
Tok.setLiteralData((const char*) (PTHMgr.
SpellingBase
+ IdentifierID));
416
const unsigned char*
spellingBase
,
420
NumIds(numIds), PP(0),
SpellingBase
(
spellingBase
),
518
const unsigned char*
spellingBase
= BufBeg + ReadLE32(spellingBaseOffset);
519
if (!(
spellingBase
>= BufBeg &&
spellingBase
< BufEnd)) {
547
SL.take(), NumIds,
spellingBase
,
Completed in 29 milliseconds