Searched refs:UDSuffixLoc (Results 1 – 5 of 5) sorted by relevance
/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/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/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1312 Record.AddSourceLocation(E->UDSuffixLoc); in VisitUserDefinedLiteral()
|
D | ASTReaderStmt.cpp | 1337 E->UDSuffixLoc = ReadSourceLocation(Record, Idx); in VisitUserDefinedLiteral()
|