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.cpp1927 Preprocessor::getIncludeNextStart(const Token &IncludeNextTok) const { in getIncludeNextStart()
1940 Diag(IncludeNextTok, diag::pp_include_next_in_primary); in getIncludeNextStart()
1953 Diag(IncludeNextTok, diag::pp_include_next_absolute_path); in getIncludeNextStart()
2618 Token &IncludeNextTok) { in HandleIncludeNextDirective() argument
2619 Diag(IncludeNextTok, diag::ext_pp_include_next_directive); in HandleIncludeNextDirective()
2623 std::tie(Lookup, LookupFromFile) = getIncludeNextStart(IncludeNextTok); in HandleIncludeNextDirective()
2625 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2544 getIncludeNextStart(const Token &IncludeNextTok) const;