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     [all...]
  /external/clang/include/clang/AST/
Type.h 677 /// isCXX98PODType() - Return true if this is a POD type according to the
680 bool isCXX98PODType(ASTContext &Context) const;
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 645 if (Ty.isCXX98PODType(Context))
    [all...]

Completed in 160 milliseconds