Home
last modified time | relevance | path

Searched refs:qloc (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h4120 ExprObjectKind OK, SourceLocation qloc, in AbstractConditionalOperator() argument
4122 : Expr(SC, T, VK, OK), QuestionLoc(qloc), ColonLoc(cloc) {} in AbstractConditionalOperator()
4229 SourceLocation qloc, SourceLocation cloc, in BinaryConditionalOperator() argument
4232 qloc, cloc), in BinaryConditionalOperator()