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 59 E = E->IgnoreParens();
113 const Expr *E = IgnoreParens();
    [all...]
Type.cpp 297 QualType QualType::IgnoreParens(QualType T) {
    [all...]
  /external/clang/include/clang/AST/
Type.h 863 /// IgnoreParens - Returns the specified type after dropping any
865 QualType IgnoreParens() const {
867 return QualType::IgnoreParens(*this);
    [all...]

Completed in 179 milliseconds