Searched defs:GSE (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | IgnoreExpr.h | 159 else if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in IgnoreParensSingleStep() local |
/llvm-project/clang/lib/AST/ | ||
H A D | JSONNodeDumper.cpp | 1491 VisitGenericSelectionExpr(const GenericSelectionExpr * GSE) VisitGenericSelectionExpr() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOverload.cpp | 16128 if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { FixOverloadedFunctionReference() local |
H A D | SemaExpr.cpp | 19200 auto *GSE = cast<GenericSelectionExpr>(E); rebuildPotentialResultsAsNonOdrUsed() local |