Searched defs:UDSuffixLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h367 SourceLocation UDSuffixLoc; member in class:clang::UserDefinedLiteral
374 UDSuffixLoc(SuffixLoc) {}
412 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; }
/external/clang/lib/Sema/
H A DSemaOverload.cpp11963 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); local
11965 OverloadCandidateSet CandidateSet(UDSuffixLoc,
11975 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
11981 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call)
12019 ResultTy, VK, LitEndLoc, UDSuffixLoc);
12021 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD))
H A DSemaExpr.cpp1469 SourceLocation UDSuffixLoc,
1483 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
1484 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc);
1486 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName);
1557 SourceLocation UDSuffixLoc = local
1563 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl));
1571 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
1572 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc);
1578 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName);
2998 SourceLocation UDSuffixLoc local
1467 BuildCookedLiteralOperatorCall(Sema &S, Scope *Scope, IdentifierInfo *UDSuffix, SourceLocation UDSuffixLoc, ArrayRef<Expr*> Args, SourceLocation LitEndLoc) argument
3077 SourceLocation UDSuffixLoc = local
[all...]

Completed in 493 milliseconds