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.cpp1264 if (PP.enterOrExitSafeBufferOptOutRegion(true, Loc)) in HandlePragma()
1267 if (PP.enterOrExitSafeBufferOptOutRegion(false, Loc)) in HandlePragma()
H A DPreprocessor.cpp1501 bool Preprocessor::enterOrExitSafeBufferOptOutRegion( in enterOrExitSafeBufferOptOutRegion() function in Preprocessor
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2896 bool enterOrExitSafeBufferOptOutRegion(bool isEnter,