Home
last modified time | relevance | path

Searched refs:VariableType (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3046 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local
3093 << VD << VariableType << ReferenceReturnType; in DiagnoseForRangeReferenceVariableCopies()
3094 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()
3101 } else if (!VariableType->isRValueReferenceType()) { in DiagnoseForRangeReferenceVariableCopies()
3108 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()
3118 static bool hasTrivialABIAttr(QualType VariableType) { in hasTrivialABIAttr() argument
3119 if (CXXRecordDecl *RD = VariableType->getAsCXXRecordDecl()) in hasTrivialABIAttr()
3134 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local
3150 if (Ctx.getTypeSize(VariableType) <= 64 * 8 && in DiagnoseForRangeConstVariableCopies()
3151 (VariableType.isTriviallyCopyableType(Ctx) || in DiagnoseForRangeConstVariableCopies()
[all …]