Searched refs:UDSuffixLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1953 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 D | SemaOverload.cpp | 15936 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 D | ExprCXX.h | 642 SourceLocation UDSuffixLoc; variable 709 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 893 UDSuffixLoc(SuffixLoc) {}
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1812 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
|
| H A D | ASTReaderStmt.cpp | 1825 E->UDSuffixLoc = readSourceLocation(); in VisitUserDefinedLiteral()
|