Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComputeDependence.h90 class GenericSelectionExpr; variable
H A DExpr.h5672 friend class GenericSelectionExpr; variable
5702 friend class GenericSelectionExpr; variable
H A DStmt.h572 friend class GenericSelectionExpr; in alignas() local
/llvm-project-15.0.7/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp103 AST_MATCHER_P(GenericSelectionExpr, hasControllingExpr, in AST_MATCHER_P() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4216 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4241 GenericSelectionExpr::GenericSelectionExpr( in GenericSelectionExpr() function in GenericSelectionExpr
4264 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) in GenericSelectionExpr() function in GenericSelectionExpr
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp996 TEST_P(ASTMatchersTest, GenericSelectionExpr) { in TEST_P() argument