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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp362 SourceLocation Preprocessor::CheckEndOfDirective(const char *DirType, function in class:Preprocessor
566 endLoc = CheckEndOfDirective("endif");
593 endLoc = CheckEndOfDirective("else");
1232 CheckEndOfDirective("line", true);
1451 CheckEndOfDirective("ident");
1471 CheckEndOfDirective("__public_macro");
1498 CheckEndOfDirective("__private_macro");
1722 CheckEndOfDirective(IncludeTok.getIdentifierInfo()->getNameStart(), true);
2928 CheckEndOfDirective("undef");
2985 CheckEndOfDirective(isIfnde
[all...]
H A DPragma.cpp983 PP.CheckEndOfDirective("pragma once");
1017 PP.CheckEndOfDirective("pragma");
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1976 SourceLocation CheckEndOfDirective(const char *DirType,

Completed in 216 milliseconds