OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumFastMacroExpanded
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Lex/
Preprocessor.cpp
82
NumFastMacroExpanded
= NumTokenPaste = NumFastTokenPaste = 0;
245
<<
NumFastMacroExpanded
<< " on the fast path.\n";
PPMacroExpansion.cpp
333
++
NumFastMacroExpanded
;
380
++
NumFastMacroExpanded
;
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
339
unsigned
NumFastMacroExpanded
, NumTokenPaste, NumFastTokenPaste;
[
all
...]
Completed in 36 milliseconds