Home
last modified time | relevance | path

Searched refs:getControllingType (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h744 Visit(E->getControllingType()->getType()); in VisitGenericSelectionExpr()
H A DExpr.h5971 TypeSourceInfo *getControllingType() { in getControllingType() function
5974 const TypeSourceInfo* getControllingType() const { in getControllingType() function
H A DRecursiveASTVisitor.h2558 TRY_TO(TraverseTypeLoc(S->getControllingType()->getTypeLoc()));
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp687 E->getControllingType()->getType()->getDependence()); in computeDependence()
H A DStmtPrinter.cpp1474 Node->getControllingType()->getType().print(OS, Policy); in VisitGenericSelectionExpr()
H A DASTImporter.cpp7264 ToControllingType = importChecked(Err, E->getControllingType()); in VisitGenericSelectionExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp161 S.Context, gse->getGenericLoc(), gse->getControllingType(), in rebuild()
H A DSemaOverload.cpp16135 Context, GSE->getGenericLoc(), GSE->getControllingType(), in FixOverloadedFunctionReference()
H A DTreeTransform.h11009 ControllingType = getDerived().TransformType(E->getControllingType()); in TransformGenericSelectionExpr()
H A DSemaExpr.cpp20296 ExOrTy = GSE->getControllingType(); in rebuildPotentialResultsAsNonOdrUsed()