Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2033 SourceLocation UDSuffixLoc, in BuildCookedLiteralOperatorCall() argument
2047 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall()
2048 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall()
2050 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName); in BuildCookedLiteralOperatorCall()
2080 SourceLocation UDSuffixLoc = in ActOnUnevaluatedStringLiteral() local
2083 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl)); in ActOnUnevaluatedStringLiteral()
2218 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local
2224 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl)); in ActOnStringLiteral()
2232 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnStringLiteral()
2233 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnStringLiteral()
[all …]
H A DSemaOverload.cpp16761 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); in BuildLiteralOperatorCall() local
16763 OverloadCandidateSet CandidateSet(UDSuffixLoc, in BuildLiteralOperatorCall()
16773 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall()
16780 PartialDiagnosticAt(UDSuffixLoc, in BuildLiteralOperatorCall()
16820 LitEndLoc, UDSuffixLoc, CurFPFeatureOverrides()); in BuildLiteralOperatorCall()
16822 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h644 SourceLocation UDSuffixLoc; variable
711 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp947 UDSuffixLoc(SuffixLoc) {}
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1845 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
H A DASTReaderStmt.cpp1851 E->UDSuffixLoc = readSourceLocation(); in VisitUserDefinedLiteral()