Home
last modified time | relevance | path

Searched defs:getUDSuffix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h102 StringRef getUDSuffix() const { in getUDSuffix() function
216 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
292 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1008 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { in getUDSuffix() function in UserDefinedLiteral