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

/external/clang/lib/Lex/
H A DPPDirectives.cpp160 /// CheckEndOfDirective - Ensure that the next token is a tok::eod token. If
163 void Preprocessor::CheckEndOfDirective(const char *DirType, bool EnableMacros) { function in class:Preprocessor
320 CheckEndOfDirective("endif");
349 CheckEndOfDirective("else");
843 CheckEndOfDirective("line", true);
1061 CheckEndOfDirective("ident");
1081 CheckEndOfDirective("__public_macro");
1112 CheckEndOfDirective("__private_macro");
1301 CheckEndOfDirective(IncludeTok.getIdentifierInfo()->getNameStart(), true);
1857 CheckEndOfDirective("unde
[all...]

Completed in 47 milliseconds