Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp1838 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 DSemaOverload.cpp15049 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 DExprCXX.h643 SourceLocation UDSuffixLoc; variable
710 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp883 UDSuffixLoc(SuffixLoc) {}
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1701 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
H A DASTReaderStmt.cpp1789 E->UDSuffixLoc = readSourceLocation(); in VisitUserDefinedLiteral()