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

  /external/clang/tools/libclang/
CXType.cpp 572 return T.isPODType(cxtu::getASTUnit(TU)->getASTContext()) ? 1 : 0;
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 659 } else if (!T.isPODType(Context))
    [all...]
Type.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 814 (Ty.isPODType(getContext()) ||
    [all...]
CGExprAgg.cpp 583 E->getType().isPODType(CGF.getContext())) {
    [all...]
CGClass.cpp 580 if (BaseElementTy.isPODType(CGF.getContext()) ||
    [all...]
CGExprCXX.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 675 bool isPODType(ASTContext &Context) const;
    [all...]

Completed in 162 milliseconds