Home
last modified time | relevance | path

Searched refs:getLiteralOperatorKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp987 UserDefinedLiteral::getLiteralOperatorKind() const { in getLiteralOperatorKind() function in UserDefinedLiteral
1010 LiteralOperatorKind LOK = getLiteralOperatorKind(); in getCookedLiteral()
H A DStmtPrinter.cpp2194 switch (Node->getLiteralOperatorKind()) { in VisitUserDefinedLiteral()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp883 switch (S->getLiteralOperatorKind()) { in buildUserDefinedLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h689 LiteralOperatorKind getLiteralOperatorKind() const;
700 if (getLiteralOperatorKind() == LOK_Template) in getBeginLoc()