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

  /external/clang/lib/AST/
Expr.cpp 58 E = E->IgnoreParens();
143 const Expr *E = IgnoreParens();
    [all...]
Type.cpp 305 QualType QualType::IgnoreParens(QualType T) {
    [all...]
  /external/clang/include/clang/AST/
Type.h 848 /// IgnoreParens - Returns the specified type after dropping any
850 QualType IgnoreParens() const {
852 return QualType::IgnoreParens(*this);
    [all...]

Completed in 62 milliseconds