OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSFINAEContext
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp
122
assert(!
isSFINAEContext
() &&
243
bool TreatAsComplete = !
isSFINAEContext
();
SemaModule.cpp
505
if (
isSFINAEContext
() || !getLangOpts().ModulesErrorRecovery ||
SemaConcept.cpp
962
if (
isSFINAEContext
())
SemaExprCXX.cpp
3542
if (Pointee->isVoidType() && !
isSFINAEContext
()) {
7371
if (S.
isSFINAEContext
())
7570
if (
isSFINAEContext
())
7623
if (
isSFINAEContext
())
Sema.cpp
1387
if (Optional<TemplateDeductionInfo*> Info =
isSFINAEContext
()) {
SemaType.cpp
2428
} else if (
isSFINAEContext
()) {
2488
isSFINAEContext
() ? diag::err_typecheck_zero_array_size
8579
bool TreatAsComplete = Diagnoser && !
isSFINAEContext
();
SemaTemplateInstantiate.cpp
836
Optional<TemplateDeductionInfo *> Sema::
isSFINAEContext
() const {
SemaExpr.cpp
11785
*this, Loc, LHS, RHS, /*isError*/ (bool)
isSFINAEContext
());
11787
if (
isSFINAEContext
())
13496
bool sfinae = (bool)
isSFINAEContext
();
13497
Diag(OpLoc,
isSFINAEContext
() ? diag::err_typecheck_addrof_temporary
19669
if (
isSFINAEContext
())
SemaInit.cpp
6267
Loc, S.PDiag(IsExtraneousCopy && !S.
isSFINAEContext
()
6273
if (!IsExtraneousCopy || S.
isSFINAEContext
())
SemaTemplate.cpp
802
bool Recover = Complain && !
isSFINAEContext
();
3723
if (auto DeductionInfo =
isSFINAEContext
()) {
SemaOverload.cpp
5932
if (SemaRef.
isSFINAEContext
())
5959
if (SemaRef.
isSFINAEContext
())
12974
CurContext->isDependentContext() && !
isSFINAEContext
() &&
SemaDeclCXX.cpp
15200
if (!
isSFINAEContext
())
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
9012
Optional<sema::TemplateDeductionInfo *>
isSFINAEContext
() const;
9041
if (!SemaRef.
isSFINAEContext
())
Completed in 184 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026