Searched defs:QLoc (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
H A D | Expr.h | 3176 ConditionalOperator(Expr *cond, SourceLocation QLoc, Expr *lhs, argument 3192 QLoc, CLoc) {
|
/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 2998 const DeclarationNameInfo &NI, SourceRange QLoc, 3008 if (WantQualifier && QLoc.isValid()) 3009 Pieces.push_back(QLoc); 2997 buildPieces(unsigned NameFlags, bool IsMemberRefExpr, const DeclarationNameInfo &NI, SourceRange QLoc, const SourceRange *TemplateArgsLoc = nullptr) argument
|
Completed in 290 milliseconds