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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp 1192 QualType VDType = VD->getType();
1194 Context.hasSameType(ArgType->getPointeeType(), VDType))
1222 QualType VDType = VD->getType();
1224 Context.hasSameType(ArgType->getPointeeType(), VDType))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 3347 QualType VDType = VD->getType();
3355 if (!(CESK & CES_AllowDifferentTypes) && !VDType->isDependentType() &&
3356 !Context.hasSameUnqualifiedType(ReturnType, VDType))
3376 if (VDType->isObjectType()) {
3379 if (VDType.isVolatileQualified())
3381 } else if (VDType->isRValueReferenceType()) {
3386 QualType VDReferencedType = VDType.getNonReferenceType();
3398 if (!VDType->isDependentType() && VD->hasAttr<AlignedAttr>() &&
3399 Context.getDeclAlign(VD) > Context.getTypeAlignInChars(VDType))

Completed in 18 milliseconds