reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ExprCXX.h
  612   LiteralOperatorKind getLiteralOperatorKind() const;

References

tools/clang/include/clang/AST/ExprCXX.h
  623     if (getLiteralOperatorKind() == LOK_Template)
tools/clang/lib/AST/ExprCXX.cpp
  982   LiteralOperatorKind LOK = getLiteralOperatorKind();
tools/clang/lib/AST/StmtPrinter.cpp
 1781   switch (Node->getLiteralOperatorKind()) {