Home
last modified time | relevance | path

Searched refs:UDSuffixLoc (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp1495 SourceLocation UDSuffixLoc, in BuildCookedLiteralOperatorCall() argument
1509 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall()
1510 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall()
1512 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName); in BuildCookedLiteralOperatorCall()
1583 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local
1589 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl)); in ActOnStringLiteral()
1597 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnStringLiteral()
1598 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnStringLiteral()
1604 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName); in ActOnStringLiteral()
3123 SourceLocation UDSuffixLoc = in ActOnCharacterConstant() local
[all …]
HDSemaOverload.cpp12195 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); in BuildLiteralOperatorCall() local
12197 OverloadCandidateSet CandidateSet(UDSuffixLoc, in BuildLiteralOperatorCall()
12207 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall()
12213 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call) in BuildLiteralOperatorCall()
12251 ResultTy, VK, LitEndLoc, UDSuffixLoc); in BuildLiteralOperatorCall()
12253 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExprCXX.h374 SourceLocation UDSuffixLoc; variable
381 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral()
419 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp1259 Writer.AddSourceLocation(E->UDSuffixLoc, Record); in VisitUserDefinedLiteral()
HDASTReaderStmt.cpp1290 E->UDSuffixLoc = ReadSourceLocation(Record, Idx); in VisitUserDefinedLiteral()