/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1571 SourceLocation UDSuffixLoc, in BuildCookedLiteralOperatorCall() argument 1585 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall() 1586 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall() 1588 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName); in BuildCookedLiteralOperatorCall() 1659 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local 1665 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl)); in ActOnStringLiteral() 1673 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnStringLiteral() 1674 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnStringLiteral() 1680 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName); in ActOnStringLiteral() 3164 SourceLocation UDSuffixLoc = in ActOnCharacterConstant() local [all …]
|
D | SemaOverload.cpp | 12827 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); in BuildLiteralOperatorCall() local 12829 OverloadCandidateSet CandidateSet(UDSuffixLoc, in BuildLiteralOperatorCall() 12839 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall() 12845 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call) in BuildLiteralOperatorCall() 12883 ResultTy, VK, LitEndLoc, UDSuffixLoc); in BuildLiteralOperatorCall() 12885 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 1759 SourceLocation UDSuffixLoc, in BuildCookedLiteralOperatorCall() argument 1773 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall() 1774 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall() 1776 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName); in BuildCookedLiteralOperatorCall() 1861 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local 1867 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl)); in ActOnStringLiteral() 1875 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnStringLiteral() 1876 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnStringLiteral() 1882 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName); in ActOnStringLiteral() 3574 SourceLocation UDSuffixLoc = in ActOnCharacterConstant() local [all …]
|
D | SemaOverload.cpp | 14844 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); in BuildLiteralOperatorCall() local 14846 OverloadCandidateSet CandidateSet(UDSuffixLoc, in BuildLiteralOperatorCall() 14856 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall() 14863 PartialDiagnosticAt(UDSuffixLoc, in BuildLiteralOperatorCall() 14903 VK, LitEndLoc, UDSuffixLoc, CurFPFeatureOverrides()); in BuildLiteralOperatorCall() 14905 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 411 SourceLocation UDSuffixLoc; variable 418 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral() 456 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprCXX.h | 633 SourceLocation UDSuffixLoc; variable 700 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprCXX.cpp | 881 UDSuffixLoc(SuffixLoc) {}
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1691 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
|
D | ASTReaderStmt.cpp | 1793 E->UDSuffixLoc = readSourceLocation(); in VisitUserDefinedLiteral()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1312 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
|
D | ASTReaderStmt.cpp | 1337 E->UDSuffixLoc = ReadSourceLocation(Record, Idx); in VisitUserDefinedLiteral()
|