Searched refs:QLoc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 4151 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, in ConditionalOperator() argument 4154 : AbstractConditionalOperator(ConditionalOperatorClass, t, VK, OK, QLoc, in ConditionalOperator()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 3572 const DeclarationNameInfo &NI, SourceRange QLoc, in buildPieces() argument 3582 if (WantQualifier && QLoc.isValid()) in buildPieces() 3583 Pieces.push_back(QLoc); in buildPieces()
|