Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1953 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall()
1954 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall()
1986 SourceLocation UDSuffixLoc = in ActOnUnevaluatedStringLiteral() local
2124 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local
2138 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnStringLiteral()
2139 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnStringLiteral()
2145 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName); in ActOnStringLiteral()
3846 SourceLocation UDSuffixLoc = in ActOnCharacterConstant() local
3955 SourceLocation UDSuffixLoc = in ActOnNumericConstant() local
3977 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnNumericConstant()
[all …]
H A DSemaOverload.cpp15936 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); in BuildLiteralOperatorCall() local
15938 OverloadCandidateSet CandidateSet(UDSuffixLoc, in BuildLiteralOperatorCall()
15948 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall()
15955 PartialDiagnosticAt(UDSuffixLoc, in BuildLiteralOperatorCall()
15995 LitEndLoc, UDSuffixLoc, CurFPFeatureOverrides()); in BuildLiteralOperatorCall()
15997 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h642 SourceLocation UDSuffixLoc; variable
709 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp893 UDSuffixLoc(SuffixLoc) {}
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1812 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
H A DASTReaderStmt.cpp1825 E->UDSuffixLoc = readSourceLocation(); in VisitUserDefinedLiteral()