Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h92 class GenericSelectionExpr; variable
H A DExpr.h5966 friend class GenericSelectionExpr; global() variable
5996 friend class GenericSelectionExpr; global() variable
[all...]
/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp150 AST_MATCHER_P(GenericSelectionExpr,hasControllingExpr,ast_matchers::internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument
/llvm-project/clang/lib/AST/
H A DExpr.cpp4385 GenericSelectionExpr::GenericSelectionExpr( GenericSelectionExpr() function in GenericSelectionExpr
4412 GenericSelectionExpr::GenericSelectionExpr( GenericSelectionExpr() function in GenericSelectionExpr
4440 GenericSelectionExpr::GenericSelectionExpr( GenericSelectionExpr() function in GenericSelectionExpr
4465 GenericSelectionExpr::GenericSelectionExpr( GenericSelectionExpr() function in GenericSelectionExpr
4490 GenericSelectionExpr::GenericSelectionExpr(EmptyShell Empty, unsigned NumAssocs) GenericSelectionExpr() function in GenericSelectionExpr
[all...]
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1022 TEST_P(ASTMatchersTest,GenericSelectionExpr) TEST_P() argument