Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h4172 SourceLocation cloc) 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()