Searched defs:ConditionalOperator (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 2263 IfStmt, ForStmt, WhileStmt, DoStmt, ConditionalOperator), in AST_POLYMORPHIC_MATCHER_P() argument 2530 AST_MATCHER_P(ConditionalOperator, hasTrueExpression, in AST_MATCHER_P() argument 2543 AST_MATCHER_P(ConditionalOperator, hasFalseExpression, in AST_MATCHER_P() argument
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Expr.h | 3164 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, in ConditionalOperator() function 3187 explicit ConditionalOperator(EmptyShell Empty) in ConditionalOperator() function
|