Searched refs:UDSuffixLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp1571 SourceLocation UDSuffixLoc,
1585 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
1586 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc);
1588 LookupResult R(S, OpName, UDSuffixLoc, Sema::LookupOrdinaryName);
1659 SourceLocation UDSuffixLoc = local
1665 return ExprError(Diag(UDSuffixLoc, diag::err_invalid_string_udl));
1673 DeclarationNameInfo OpNameInfo(OpName, UDSuffixLoc);
1674 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc);
1680 LookupResult R(*this, OpName, UDSuffixLoc, LookupOrdinaryName);
3164 SourceLocation UDSuffixLoc local
1569 BuildCookedLiteralOperatorCall(Sema &S, Scope *Scope, IdentifierInfo *UDSuffix, SourceLocation UDSuffixLoc, ArrayRef<Expr*> Args, SourceLocation LitEndLoc) argument
3271 SourceLocation UDSuffixLoc = local
[all...]
H A DSemaOverload.cpp12827 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc();
12829 OverloadCandidateSet CandidateSet(UDSuffixLoc,
12839 switch (CandidateSet.BestViableFunction(*this, UDSuffixLoc, Best)) {
12845 Diag(UDSuffixLoc, diag::err_ovl_no_viable_function_in_call)
12883 ResultTy, VK, LitEndLoc, UDSuffixLoc);
12885 if (CheckCallReturnType(FD->getReturnType(), UDSuffixLoc, UDL, FD))
/external/clang/include/clang/AST/
H A DExprCXX.h411 SourceLocation UDSuffixLoc; member in class:clang::UserDefinedLiteral
418 UDSuffixLoc(SuffixLoc) {}
456 SourceLocation getUDSuffixLoc() const { return UDSuffixLoc; }
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1312 Record.AddSourceLocation(E->UDSuffixLoc);
H A DASTReaderStmt.cpp1337 E->UDSuffixLoc = ReadSourceLocation(Record, Idx);

Completed in 321 milliseconds