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

  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 598 return T.isPODType(cxtu::getASTUnit(TU)->getASTContext()) ? 1 : 0;
  /external/clang/lib/CodeGen/
CGDecl.cpp 861 ((Ty.isPODType(getContext()) ||
    [all...]
CGExprAgg.cpp 537 E->getType().isPODType(CGF.getContext())) {
    [all...]
CGExprCXX.cpp     [all...]
CGClass.cpp 570 if (BaseElementTy.isPODType(CGF.getContext()) ||
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 674 bool isPODType(ASTContext &Context) const;
    [all...]

Completed in 167 milliseconds