Home
last modified time | relevance | path

Searched refs:isResultDependent (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h69 if (E->isResultDependent()) in VisitGenericSelectionExpr()
H A DIgnoreExpr.h160 if (!GSE->isResultDependent()) in IgnoreParensSingleStep()
H A DExpr.h6153 assert(!isResultDependent() && in getResultIndex()
6159 bool isResultDependent() const { return ResultIndex == ResultDependentIndex; } in isResultDependent() function
6224 !isResultDependent() && (getResultIndex() == I)); in getAssociation()
6235 !isResultDependent() && (getResultIndex() == I)); in getAssociation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp323 if (cast<GenericSelectionExpr>(E)->isResultDependent()) in ClassifyInternal()
H A DComputeDependence.cpp728 if (E->isResultDependent()) in computeDependence()
H A DJSONNodeDumper.cpp1491 attributeOnlyIfTrue("resultDependent", GSE->isResultDependent()); in VisitGenericSelectionExpr()
H A DTextNodeDumper.cpp1466 if (E->isResultDependent()) in VisitGenericSelectionExpr()
H A DExpr.cpp3991 if (GE->isResultDependent()) in isNullPointerConstant()
H A DASTImporter.cpp7385 if (E->isResultDependent()) { in VisitGenericSelectionExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1331 if (cast<GenericSelectionExpr>(S)->isResultDependent()) in canThrow()
H A DSemaPseudoObject.cpp139 assert(!gse->isResultDependent()); in rebuild()
H A DSemaExprObjC.cpp4570 assert(!gse->isResultDependent()); in stripARCUnbridgedCast()
H A DSemaOverload.cpp16107 if (!GSE->isResultDependent()) { in FixOverloadedFunctionReference()