Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1507 CurrentSafeBufferOptOutStart = Loc; in enterOrExitSafeBufferOptOutRegion()
1542 StartLoc = CurrentSafeBufferOptOutStart; in isPPInSafeBufferOptOutRegion()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2873 …SourceLocation CurrentSafeBufferOptOutStart; // It is used to report the start location of an neve… variable