Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp1571 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 …]
DSemaOverload.cpp12827 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/
DSemaExpr.cpp1759 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 …]
DSemaOverload.cpp14844 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/
DExprCXX.h411 SourceLocation UDSuffixLoc; variable
418 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral()
456 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h633 SourceLocation UDSuffixLoc; variable
700 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp881 UDSuffixLoc(SuffixLoc) {}
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1691 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
DASTReaderStmt.cpp1793 E->UDSuffixLoc = readSourceLocation(); in VisitUserDefinedLiteral()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1312 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
DASTReaderStmt.cpp1337 E->UDSuffixLoc = ReadSourceLocation(Record, Idx); in VisitUserDefinedLiteral()