Searched refs:UDSuffixLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 1469 SourceLocation UDSuffixLoc, in BuildCookedLiteralOperatorCall() argument 1483 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in BuildCookedLiteralOperatorCall() 1484 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall() 1486 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName); in BuildCookedLiteralOperatorCall() 1557 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local 1563 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl)); in ActOnStringLiteral() 1571 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc); in ActOnStringLiteral() 1572 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnStringLiteral() 1578 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName); in ActOnStringLiteral() 2998 SourceLocation UDSuffixLoc = in ActOnCharacterConstant() local [all …]
|
D | SemaOverload.cpp | 11963 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); in BuildLiteralOperatorCall() local 11965 OverloadCandidateSet CandidateSet(UDSuffixLoc, in BuildLiteralOperatorCall() 11975 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) { in BuildLiteralOperatorCall() 11981 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call) in BuildLiteralOperatorCall() 12019 ResultTy, VK, LitEndLoc, UDSuffixLoc); in BuildLiteralOperatorCall() 12021 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD)) in BuildLiteralOperatorCall()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 367 SourceLocation UDSuffixLoc; variable 374 UDSuffixLoc(SuffixLoc) {} in UserDefinedLiteral() 412 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; } in getUDSuffixLoc()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1240 Writer.AddSourceLocation(E->UDSuffixLoc, Record); in VisitUserDefinedLiteral()
|
D | ASTReaderStmt.cpp | 1278 E->UDSuffixLoc = ReadSourceLocation(Record, Idx); in VisitUserDefinedLiteral()
|