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

  /external/clang/lib/AST/
Type.cpp 930 return isCXX98PODType(Context);
933 bool QualType::isCXX98PODType(ASTContext &Context) const {
941 return Context.getBaseElementType(*this).isCXX98PODType(Context);
    [all...]
  /external/clang/include/clang/AST/
Type.h 633 /// isCXX98PODType() - Return true if this is a POD type according to the
636 bool isCXX98PODType(ASTContext &Context) const;
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 617 if (Ty.isCXX98PODType(Context))
    [all...]

Completed in 48 milliseconds