Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp362 SourceLocation Preprocessor::CheckEndOfDirective(const char *DirType, in CheckEndOfDirective() function in Preprocessor
566 endLoc = CheckEndOfDirective("endif"); in SkipExcludedConditionalBlock()
593 endLoc = CheckEndOfDirective("else"); in SkipExcludedConditionalBlock()
1232 CheckEndOfDirective("line", true); in HandleLineDirective()
1451 CheckEndOfDirective("ident"); in HandleIdentSCCSDirective()
1471 CheckEndOfDirective("__public_macro"); in HandleMacroPublicDirective()
1498 CheckEndOfDirective("__private_macro"); in HandleMacroPrivateDirective()
1722 CheckEndOfDirective(IncludeTok.getIdentifierInfo()->getNameStart(), true); in HandleIncludeDirective()
2928 CheckEndOfDirective("undef"); in HandleUndefDirective()
2985 CheckEndOfDirective(isIfndef ? "ifndef" : "ifdef"); in HandleIfdefDirective()
[all …]
H A DPragma.cpp983 PP.CheckEndOfDirective("pragma once"); in HandlePragma()
1017 PP.CheckEndOfDirective("pragma"); in HandlePragma()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h1976 SourceLocation CheckEndOfDirective(const char *DirType,