Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDMultipleIncludeOpt.h97 bool getHasReadAnyTokensVal() const { return ReadAnyTokens; } in getHasReadAnyTokensVal() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPPDirectives.cpp1217 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal(); in HandleDirective()