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

/external/clang/include/clang/AST/
H A DExprCXX.h345 SourceLocation UDSuffixLoc; member in class:clang::UserDefinedLiteral
352 UDSuffixLoc(SuffixLoc) {}
392 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; }
/external/clang/lib/Sema/
H A DSemaExpr.cpp1269 SourceLocation UDSuffixLoc,
1283 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
1284 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc);
1286 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName);
1354 SourceLocation UDSuffixLoc = local
1360 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl));
1369 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
2573 SourceLocation UDSuffixLoc = local
2578 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_character_udl));
2582 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc,
1267 BuildCookedLiteralOperatorCall(Sema &S, Scope *Scope, IdentifierInfo *UDSuffix, SourceLocation UDSuffixLoc, ArrayRef<Expr*> Args, SourceLocation LitEndLoc) argument
2652 SourceLocation UDSuffixLoc = local
[all...]
H A DSemaOverload.cpp11181 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); local
11183 OverloadCandidateSet CandidateSet(UDSuffixLoc);
11192 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
11198 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call)
11210 MarkFunctionReferenced(UDSuffixLoc, FD);
11211 DiagnoseUseOfDecl(Best->FoundDecl, UDSuffixLoc);
11238 ResultTy, VK, LitEndLoc, UDSuffixLoc);
11240 if (CheckCallReturnType(FD->getResultType(), UDSuffixLoc, UDL, FD))

Completed in 113 milliseconds