Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h91 StringRef getUDSuffix() const { in getUDSuffix() function
200 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
265 StringRef getUDSuffix() const { return UDSuffixBuf; } in getUDSuffix() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp946 const IdentifierInfo *UserDefinedLiteral::getUDSuffix() const { in getUDSuffix() function in UserDefinedLiteral