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
78
///
SpellingBase
- The base offset within the PTH memory buffer that
80
const unsigned char* const
SpellingBase
;
93
const unsigned char *
spellingBase
, const char *originalSourceFile);
/external/clang/lib/Lex/
PTHLexer.cpp
80
Tok.setLiteralData((const char*) (PTHMgr.
SpellingBase
+ IdentifierID));
421
const unsigned char *
spellingBase
, const char *originalSourceFile)
425
SpellingBase
(
spellingBase
), OriginalSourceFile(originalSourceFile) {}
524
const unsigned char *
spellingBase
=
526
if (!(
spellingBase
>= BufBeg &&
spellingBase
< BufEnd)) {
556
spellingBase
, (const char *)originalSourceBase);
Completed in 43 milliseconds