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.cpp2030 Preprocessor::getIncludeNextStart(const Token &IncludeNextTok) const { in getIncludeNextStart()
2043 Diag(IncludeNextTok, diag::pp_include_next_in_primary); in getIncludeNextStart()
2056 Diag(IncludeNextTok, diag::pp_include_next_absolute_path); in getIncludeNextStart()
2730 Token &IncludeNextTok) { in HandleIncludeNextDirective() argument
2731 Diag(IncludeNextTok, diag::ext_pp_include_next_directive); in HandleIncludeNextDirective()
2735 std::tie(Lookup, LookupFromFile) = getIncludeNextStart(IncludeNextTok); in HandleIncludeNextDirective()
2737 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2684 getIncludeNextStart(const Token &IncludeNextTok) const;