OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTH
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Lex/
PPLexerChange.cpp
79
if (
PTH
) {
80
if (PTHLexer *PL =
PTH
->CreateLexer(FID)) {
134
/// and start getting tokens from it using the
PTH
cache.
Preprocessor.cpp
188
PTH
.reset(pm);
189
FileMgr.addStatCache(
PTH
->createStatCache());
/external/clang/include/clang/Lex/
Preprocessor.h
101
///
PTH
- An optional PTHManager object used for getting tokens from
103
OwningPtr<PTHManager>
PTH
;
249
/// not expanding from a macro and we are lexing from a
PTH
cache.
448
PTHManager *getPTHManager() { return
PTH
.get(); }
[
all
...]
Completed in 27 milliseconds