OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AccessCheckingSFINAE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp
180
SatisfactionCache(Context),
AccessCheckingSFINAE
(false),
1413
// Additionally, the
AccessCheckingSFINAE
flag can be used to temporarily
1416
if (!
AccessCheckingSFINAE
&& !getLangOpts().CPlusPlus11)
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
7310
bool
AccessCheckingSFINAE
;
9033
explicit SFINAETrap(Sema &SemaRef, bool
AccessCheckingSFINAE
= false)
9037
PrevAccessCheckingSFINAE(SemaRef.
AccessCheckingSFINAE
),
9043
SemaRef.
AccessCheckingSFINAE
=
AccessCheckingSFINAE
;
9050
SemaRef.
AccessCheckingSFINAE
= PrevAccessCheckingSFINAE;
Completed in 34 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026