Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp217 SatisfactionCache(Context), AccessCheckingSFINAE(false), in Sema()
1563 if (!AccessCheckingSFINAE && !getLangOpts().CPlusPlus11) in EmitCurrentDiagnostic()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8126 bool AccessCheckingSFINAE; variable
10040 explicit SFINAETrap(Sema &SemaRef, bool AccessCheckingSFINAE = false)
10044 PrevAccessCheckingSFINAE(SemaRef.AccessCheckingSFINAE), in SemaRef()
10050 SemaRef.AccessCheckingSFINAE = AccessCheckingSFINAE; in SemaRef()
10057 SemaRef.AccessCheckingSFINAE = PrevAccessCheckingSFINAE; in ~SFINAETrap()