Searched refs:LitEndLoc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 878 SourceLocation LitEndLoc, in UserDefinedLiteral() argument 882 LitEndLoc, FPFeatures, /*MinNumArgs=*/0, NotADL), 893 SourceLocation LitEndLoc, in Create() argument 903 UserDefinedLiteral(Fn, Args, Ty, VK, LitEndLoc, SuffixLoc, FPFeatures); in Create()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 649 ExprValueKind VK, SourceLocation LitEndLoc, 657 ExprValueKind VK, SourceLocation LitEndLoc,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 15047 SourceLocation LitEndLoc, in BuildLiteralOperatorCall() argument 15108 VK, LitEndLoc, UDSuffixLoc, CurFPFeatureOverrides()); in BuildLiteralOperatorCall()
|
| H A D | SemaExpr.cpp | 1826 SourceLocation LitEndLoc) { in BuildCookedLiteralOperatorCall() argument 1848 return S.BuildLiteralOperatorCall(R, OpNameInfo, Args, LitEndLoc); in BuildCookedLiteralOperatorCall()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5501 SourceLocation LitEndLoc,
|