Home
last modified time | relevance | path

Searched defs:UDSuffixLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1924 BuildCookedLiteralOperatorCall(Sema & S,Scope * Scope,IdentifierInfo * UDSuffix,SourceLocation UDSuffixLoc,ArrayRef<Expr * > Args,SourceLocation LitEndLoc) BuildCookedLiteralOperatorCall() argument
1971 SourceLocation UDSuffixLoc = ActOnUnevaluatedStringLiteral() local
2103 SourceLocation UDSuffixLoc = ActOnStringLiteral() local
3558 SourceLocation UDSuffixLoc = ActOnCharacterConstant() local
3674 SourceLocation UDSuffixLoc = ActOnNumericConstant() local
[all...]
H A DSemaOverload.cpp15965 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); BuildLiteralOperatorCall() local
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h642 SourceLocation UDSuffixLoc; variable