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

  /external/clang/include/clang/AST/
TypeLoc.h 122 TypeLoc IgnoreParens() const {
    [all...]
Type.h 804 /// IgnoreParens - Returns the specified type after dropping any
806 QualType IgnoreParens() const {
808 return QualType::IgnoreParens(*this);
952 static QualType IgnoreParens(QualType T);
    [all...]
  /external/clang/lib/AST/
Expr.cpp 56 const Expr *E = IgnoreParens();
    [all...]
Type.cpp 284 QualType QualType::IgnoreParens(QualType T) {
    [all...]

Completed in 601 milliseconds