Searched defs:AbstractConditionalOperator (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 44 class AbstractConditionalOperator; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5584 AST_POLYMORPHIC_MATCHER_P(hasCondition,AST_POLYMORPHIC_SUPPORTED_TYPES (IfStmt,ForStmt,WhileStmt,DoStmt,SwitchStmt,AbstractConditionalOperator),internal::Matcher<Expr>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument 6145 AST_MATCHER_P(AbstractConditionalOperator,hasTrueExpression,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument 6160 AST_MATCHER_P(AbstractConditionalOperator,hasFalseExpression,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4117 AbstractConditionalOperator(StmtClass SC, QualType T, ExprValueKind VK, AbstractConditionalOperator() function 4122 AbstractConditionalOperator(StmtClass SC, EmptyShell Empty) AbstractConditionalOperator() function [all...] |