Searched defs:EnableMacros (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPPDirectives.cpp206 /// If not, emit a diagnostic and consume up until the eod. If EnableMacros is
208 void Preprocessor::CheckEndOfDirective(const char *DirType, bool EnableMacros) { argument
213 if (EnableMacros)

Completed in 79 milliseconds