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

  /external/clang/lib/AST/
Type.cpp     [all...]
DeclCXX.cpp 691 } else if (!T.isCXX98PODType(Context))
    [all...]
  /external/clang/include/clang/AST/
Type.h 676 /// isCXX98PODType() - Return true if this is a POD type according to the
679 bool isCXX98PODType(ASTContext &Context) const;
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 782 if (Ty.isCXX98PODType(Context))
    [all...]

Completed in 120 milliseconds