Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1924 SourceLocation UDSuffixLoc, in BuildCookedLiteralOperatorCall()
1971 SourceLocation UDSuffixLoc = in ActOnUnevaluatedStringLiteral() local
2111 SourceLocation UDSuffixLoc = in ActOnStringLiteral() local
3565 SourceLocation UDSuffixLoc = in ActOnCharacterConstant() local
3681 SourceLocation UDSuffixLoc = in ActOnNumericConstant() local
H A DSemaOverload.cpp15943 SourceLocation UDSuffixLoc = SuffixInfo.getCXXLiteralOperatorNameLoc(); in BuildLiteralOperatorCall() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h642 SourceLocation UDSuffixLoc; variable