Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp416 SourceLocation Preprocessor::CheckEndOfDirective(const char *DirType, in CheckEndOfDirective() function in Preprocessor
679 endLoc = CheckEndOfDirective("endif"); in SkipExcludedConditionalBlock()
710 endLoc = CheckEndOfDirective("else"); in SkipExcludedConditionalBlock()
812 CheckEndOfDirective(IsElifDef ? "elifdef" : "elifndef"); in SkipExcludedConditionalBlock()
1532 CheckEndOfDirective("line", true); in HandleLineDirective()
1759 CheckEndOfDirective("ident"); in HandleIdentSCCSDirective()
1779 CheckEndOfDirective("__public_macro"); in HandleMacroPublicDirective()
1806 CheckEndOfDirective("__private_macro"); in HandleMacroPrivateDirective()
2065 CheckEndOfDirective(IncludeTok.getIdentifierInfo()->getNameStart(), true); in HandleIncludeDirective()
3305 CheckEndOfDirective("undef"); in HandleUndefDirective()
[all …]
H A DPragma.cpp1003 PP.CheckEndOfDirective("pragma once"); in HandlePragma()
1037 PP.CheckEndOfDirective("pragma"); in HandlePragma()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2327 SourceLocation CheckEndOfDirective(const char *DirType,