OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTHMgr
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Lex/
PTHLexer.h
55
///
PTHMgr
- The PTHManager object that created this PTHLexer.
56
PTHManager&
PTHMgr
;
/external/clang/lib/Lex/
PTHLexer.cpp
40
PPCond(ppcond), CurPPCondPtr(ppcond),
PTHMgr
(PM) {
80
Tok.setLiteralData((const char*) (
PTHMgr
.SpellingBase + IdentifierID));
84
IdentifierInfo *II =
PTHMgr
.GetIdentifierInfo(IdentifierID-1);
/external/clang/lib/Frontend/
CompilerInstance.cpp
300
PTHManager *
PTHMgr
= nullptr;
302
PTHMgr
= PTHManager::Create(PPOpts.TokenCache, getDiagnostics());
311
getSourceManager(), *HeaderInfo, *this,
PTHMgr
,
315
// Note that this is different then passing
PTHMgr
to Preprocessor's ctor.
318
if (
PTHMgr
) {
319
PTHMgr
->setPreprocessor(&*PP);
320
PP->setPTHManager(
PTHMgr
);
[
all
...]
Completed in 188 milliseconds