Searched refs:UDSuffixLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1317 SourceLocation UDSuffixLoc, in BuildCookedLiteralOperatorCall() argument 1331 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall() 1332 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall() 1334 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName); in BuildCookedLiteralOperatorCall() 1402 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local 1408 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl)); in ActOnStringLiteral() 1417 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnStringLiteral() 2676 SourceLocation UDSuffixLoc = in ActOnCharacterConstant() local 2681 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_character_udl)); in ActOnCharacterConstant() 2685 return BuildCookedLiteralOperatorCall(*this, UDLScope, UDSuffix, UDSuffixLoc, in ActOnCharacterConstant() [all …]
|
D | SemaOverload.cpp | 11316 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); in BuildLiteralOperatorCall() local 11318 OverloadCandidateSet CandidateSet(UDSuffixLoc); in BuildLiteralOperatorCall() 11327 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall() 11333 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call) in BuildLiteralOperatorCall() 11371 ResultTy, VK, LitEndLoc, UDSuffixLoc); in BuildLiteralOperatorCall() 11373 if (CheckCallReturnType(FD->getResultType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 363 SourceLocation UDSuffixLoc; variable 370 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral() 407 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1159 Writer.AddSourceLocation(E->UDSuffixLoc, Record); in VisitUserDefinedLiteral()
|
D | ASTReaderStmt.cpp | 1178 E->UDSuffixLoc = ReadSourceLocation(Record, Idx); in VisitUserDefinedLiteral()
|