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

/external/clang/include/clang/AST/
H A DExprCXX.h363 SourceLocation UDSuffixLoc; member in class:clang::UserDefinedLiteral
370 UDSuffixLoc(SuffixLoc) {}
407 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; }
/external/clang/lib/Sema/
H A DSemaExpr.cpp1317 SourceLocation UDSuffixLoc,
1331 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
1332 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc);
1334 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName);
1402 SourceLocation UDSuffixLoc = local
1408 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl));
1417 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
2676 SourceLocation UDSuffixLoc = local
2681 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_character_udl));
2685 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
1315 BuildCookedLiteralOperatorCall(Sema &S, Scope *Scope, IdentifierInfo *UDSuffix, SourceLocation UDSuffixLoc, ArrayRef<Expr*> Args, SourceLocation LitEndLoc) argument
2756 SourceLocation UDSuffixLoc = local
[all...]
H A DSemaOverload.cpp11316 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); local
11318 OverloadCandidateSet CandidateSet(UDSuffixLoc);
11327 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
11333 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call)
11371 ResultTy, VK, LitEndLoc, UDSuffixLoc);
11373 if (CheckCallReturnType(FD->getResultType(), UDSuffixLoc, UDL, FD))

Completed in 118 milliseconds