Home
last modified time | relevance | path

Searched refs:IncludeNextTok (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2005 Preprocessor::getIncludeNextStart(const Token &IncludeNextTok) const { in getIncludeNextStart()
2018 Diag(IncludeNextTok, diag::pp_include_next_in_primary); in getIncludeNextStart()
2031 Diag(IncludeNextTok, diag::pp_include_next_absolute_path); in getIncludeNextStart()
2696 Token &IncludeNextTok) { in HandleIncludeNextDirective() argument
2697 Diag(IncludeNextTok, diag::ext_pp_include_next_directive); in HandleIncludeNextDirective()
2701 std::tie(Lookup, LookupFromFile) = getIncludeNextStart(IncludeNextTok); in HandleIncludeNextDirective()
2703 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2609 getIncludeNextStart(const Token &IncludeNextTok) const;