Home
last modified time | relevance | path

Searched defs:GSE (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DIgnoreExpr.h146 else if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in IgnoreParensSingleStep() local
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1298 const GenericSelectionExpr *GSE) { in VisitGenericSelectionExpr()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp161 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateStringLiteralType() local
183 } else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) { in updateGNUCompoundLiteralRValue() local
DSemaOverload.cpp15014 if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) { in FixOverloadedFunctionReference() local
DSemaExpr.cpp17915 auto *GSE = cast<GenericSelectionExpr>(E); in rebuildPotentialResultsAsNonOdrUsed() local
/external/clang/lib/Sema/
DSemaInit.cpp143 else if (GenericSelectionExpr *GSE = dyn_cast<GenericSelectionExpr>(E)) in updateStringLiteralType() local