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

  /external/clang/lib/AST/
Type.cpp 897 bool QualType::isPODType(ASTContext &Context) const {
905 return Context.getBaseElementType(*this).isPODType(Context);
932 return Context.getBaseElementType(*this).isPODType(Context);
    [all...]
DeclCXX.cpp 804 } else if (!T.isPODType(Context))
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 521 return T.isPODType(AU->getASTContext()) ? 1 : 0;
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp 563 if (!E->getType()->isIncompleteType() && !E->getType().isPODType(Context)) {
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 534 if (E->getType().isPODType(CGF.getContext())) {
    [all...]
CGClass.cpp 582 if (BaseElementTy.isPODType(CGF.getContext()) ||
    [all...]
CGDecl.cpp 794 (Ty.isPODType(getContext()) ||
    [all...]
CGExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 635 bool isPODType(ASTContext &Context) const;
    [all...]

Completed in 206 milliseconds