Searched refs:UDSuffixLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 2033 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 D | SemaOverload.cpp | 16761 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 D | ExprCXX.h | 644 SourceLocation UDSuffixLoc; variable 711 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 947 UDSuffixLoc(SuffixLoc) {}
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1845 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
|
| H A D | ASTReaderStmt.cpp | 1851 E->UDSuffixLoc = readSourceLocation(); in VisitUserDefinedLiteral()
|