HomeSort by relevance Sort by last modified time
    Searched defs:getCookedLiteral (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ExprCXX.cpp 752 Expr *UserDefinedLiteral::getCookedLiteral() {
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 402 Expr *getCookedLiteral();
403 const Expr *getCookedLiteral() const {
404 return const_cast<UserDefinedLiteral*>(this)->getCookedLiteral();
    [all...]

Completed in 264 milliseconds