Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1040 SourceLocation getMaxTokensOverrideLoc() const { return MaxTokensOverrideLoc; } in getMaxTokensOverrideLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp685 SourceLocation OverrideLoc = PP.getMaxTokensOverrideLoc(); in ParseTopLevelDecl()