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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp199 /// If not, emit a diagnostic and consume up until the eod. If EnableMacros is
201 void Preprocessor::CheckEndOfDirective(const char *DirType, bool EnableMacros) { argument
206 if (EnableMacros)
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h1188 /// not, emit a diagnostic and consume up until the eod. If EnableMacros is
1190 void CheckEndOfDirective(const char *Directive, bool EnableMacros = false);

Completed in 107 milliseconds