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.cpp1924 SourceLocation UDSuffixLoc, in BuildCookedLiteralOperatorCall() argument
1938 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall()
1939 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall()
1941 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName); in BuildCookedLiteralOperatorCall()
1971 SourceLocation UDSuffixLoc = in ActOnUnevaluatedStringLiteral() local
1974 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl)); in ActOnUnevaluatedStringLiteral()
2111 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local
2117 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl)); in ActOnStringLiteral()
2125 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnStringLiteral()
2126 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnStringLiteral()
[all …]
H A DSemaOverload.cpp15943 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); in BuildLiteralOperatorCall() local
15945 OverloadCandidateSet CandidateSet(UDSuffixLoc, in BuildLiteralOperatorCall()
15955 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall()
15962 PartialDiagnosticAt(UDSuffixLoc, in BuildLiteralOperatorCall()
16002 LitEndLoc, UDSuffixLoc, CurFPFeatureOverrides()); in BuildLiteralOperatorCall()
16004 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h642 SourceLocation UDSuffixLoc; variable
709 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp943 UDSuffixLoc(SuffixLoc) {}
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1822 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
H A DASTReaderStmt.cpp1832 E->UDSuffixLoc = readSourceLocation(); in VisitUserDefinedLiteral()