Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMagicNumbersCheck.cpp164 if (UDL->getLiteralOperatorKind() == UserDefinedLiteral::LOK_String) in isConstant()
/external/clang/lib/AST/
DExprCXX.cpp660 UserDefinedLiteral::getLiteralOperatorKind() const { in getLiteralOperatorKind() function in UserDefinedLiteral
683 LiteralOperatorKind LOK = getLiteralOperatorKind(); in getCookedLiteral()
DStmtPrinter.cpp1929 switch (Node->getLiteralOperatorKind()) { in VisitUserDefinedLiteral()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp917 UserDefinedLiteral::getLiteralOperatorKind() const { in getLiteralOperatorKind() function in UserDefinedLiteral
940 LiteralOperatorKind LOK = getLiteralOperatorKind(); in getCookedLiteral()
DStmtPrinter.cpp1845 switch (Node->getLiteralOperatorKind()) { in VisitUserDefinedLiteral()
/external/clang/include/clang/AST/
DExprCXX.h434 LiteralOperatorKind getLiteralOperatorKind() const;
445 if (getLiteralOperatorKind() == LOK_Template) in getLocStart()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h678 LiteralOperatorKind getLiteralOperatorKind() const;
689 if (getLiteralOperatorKind() == LOK_Template) in getBeginLoc()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp853 switch (S->getLiteralOperatorKind()) { in buildUserDefinedLiteral()