Home
last modified time | relevance | path

Searched refs:enterOrExitSafeBufferOptOutRegion (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1273 if (PP.enterOrExitSafeBufferOptOutRegion(true, Loc)) in HandlePragma()
1276 if (PP.enterOrExitSafeBufferOptOutRegion(false, Loc)) in HandlePragma()
H A DPreprocessor.cpp1572 bool Preprocessor::enterOrExitSafeBufferOptOutRegion( in enterOrExitSafeBufferOptOutRegion() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h3072 bool enterOrExitSafeBufferOptOutRegion(bool isEnter,