Home
last modified time | relevance | path

Searched refs:ActOnGenericSelectionExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp3312 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5533 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp1610 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() function in Sema