OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumDefined
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Lex/
Preprocessor.cpp
124
NumDirectives =
NumDefined
= NumUndefined = NumPragma = 0;
222
llvm::errs() << " " <<
NumDefined
<< " #define.\n";
PPDirectives.cpp
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
264
unsigned NumDirectives, NumIncluded,
NumDefined
, NumUndefined, NumPragma;
[
all
...]
Completed in 17 milliseconds