Searched refs:qloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4171 ExprObjectKind OK, SourceLocation qloc, in AbstractConditionalOperator() argument 4173 : Expr(SC, T, VK, OK), QuestionLoc(qloc), ColonLoc(cloc) {} in AbstractConditionalOperator() 4280 SourceLocation qloc, SourceLocation cloc, in BinaryConditionalOperator() argument 4283 qloc, cloc), in BinaryConditionalOperator()
|