Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp329 void Preprocessor::CheckEndOfDirective(const char *DirType, bool EnableMacros) { in CheckEndOfDirective() argument
353 Diag(Tmp, diag::ext_pp_extra_tokens_at_eol) << DirType << Hint; in CheckEndOfDirective()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp341 SourceLocation Preprocessor::CheckEndOfDirective(const char *DirType, in CheckEndOfDirective() argument
368 Diag(Tmp, diag::ext_pp_extra_tokens_at_eol) << DirType << Hint; in CheckEndOfDirective()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1971 SourceLocation CheckEndOfDirective(const char *DirType,