Searched refs:UDSuffixLoc (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1838 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall() 1839 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall() 1841 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName); in BuildCookedLiteralOperatorCall() 1926 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local 1940 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnStringLiteral() 1941 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnStringLiteral() 1947 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName); in ActOnStringLiteral() 3665 SourceLocation UDSuffixLoc = in ActOnCharacterConstant() local 3774 SourceLocation UDSuffixLoc = in ActOnNumericConstant() local 3796 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnNumericConstant() [all …]
|
| H A D | SemaOverload.cpp | 15049 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); in BuildLiteralOperatorCall() local 15051 OverloadCandidateSet CandidateSet(UDSuffixLoc, in BuildLiteralOperatorCall() 15061 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall() 15068 PartialDiagnosticAt(UDSuffixLoc, in BuildLiteralOperatorCall() 15108 VK, LitEndLoc, UDSuffixLoc, CurFPFeatureOverrides()); in BuildLiteralOperatorCall() 15110 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 643 SourceLocation UDSuffixLoc; variable 710 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 883 UDSuffixLoc(SuffixLoc) {}
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1701 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
|
| H A D | ASTReaderStmt.cpp | 1789 E->UDSuffixLoc = readSourceLocation(); in VisitUserDefinedLiteral()
|