HomeSort by: relevance | last modified time | path
    Searched refs:isPODType (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 4843 return T.isPODType(C);
4903 if (T.isPODType(C))
4913 if (T.isPODType(C))
4924 if (T.isPODType(C) || T->isReferenceType())
4934 if (T.isPODType(C))
4954 if (T.isPODType(C))
5015 if (T.isPODType(C) || T->isReferenceType())
5039 if (T.isPODType(C) || T->isObjCLifetimeType())
5052 if (T.isPODType(C))
5067 if (T.isPODType(C) || T->isReferenceType() || T->isObjCLifetimeType()
    [all...]
SemaDecl.cpp 8737 !PT->isOpenCLSpecificType() && !PT.isPODType(S.Context))
11021 else if (!R.isPODType(Context) && !R->isVoidType() &&
11308 bool isPODType;
11319 isPODType = false;
11324 isPODType = VD->getType().isPODType(S.Context);
11522 if (!isPODType)
13796 if (!ReturnTy->isDependentType() && ReturnTy.isPODType(Context)) {
13806 if (T->isDependentType() || !T.isPODType(Context))
SemaDeclCXX.cpp 3611 bool AllPODFields = FieldME->getType().isPODType(S.Context);
3624 if (!FieldME->getType().isPODType(S.Context))
SemaExpr.cpp 15707 if (!TInfo->getType().isPODType(Context)) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 789 return T.isPODType(cxtu::getASTUnit(TU)->getASTContext()) ? 1 : 0;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp 658 E->getType().isPODType(CGF.getContext())) {
CGExprCXX.cpp 1673 (!allocType.isPODType(getContext()) || E->hasInitializer() ||
CGClass.cpp 668 if (BaseElementTy.isPODType(CGF.getContext()) ||
CGDecl.cpp 1455 ((Ty.isPODType(getContext()) ||
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 2333 bool QualType::isPODType(const ASTContext &Context) const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 808 bool isPODType(const ASTContext &Context) const;

Completed in 100 milliseconds