Lines Matching refs:CheckEndOfDirective
201 void Preprocessor::CheckEndOfDirective(const char *DirType, bool EnableMacros) {
369 CheckEndOfDirective("endif");
396 CheckEndOfDirective("else");
935 CheckEndOfDirective("line", true);
1151 CheckEndOfDirective("ident");
1171 CheckEndOfDirective("__public_macro");
1198 CheckEndOfDirective("__private_macro");
1388 CheckEndOfDirective(IncludeTok.getIdentifierInfo()->getNameStart(), true);
2068 CheckEndOfDirective("undef");
2120 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef");
2208 CheckEndOfDirective("endif");
2234 CheckEndOfDirective("else");