Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2687 QualType VariableType = VD->getType(); in DiagnoseForRangeReferenceVariableCopies() local
2732 << VD << VariableType << E->getType(); in DiagnoseForRangeReferenceVariableCopies()
2733 QualType NonReferenceType = VariableType.getNonReferenceType(); in DiagnoseForRangeReferenceVariableCopies()
2760 QualType VariableType = VD->getType(); in DiagnoseForRangeConstVariableCopies() local
2775 if (VariableType.isPODType(SemaRef.Context)) in DiagnoseForRangeConstVariableCopies()
2781 << VD << VariableType << InitExpr->getType(); in DiagnoseForRangeConstVariableCopies()
2783 << SemaRef.Context.getLValueReferenceType(VariableType) in DiagnoseForRangeConstVariableCopies()
2810 QualType VariableType = VD->getType(); in DiagnoseForRangeVariableCopies() local
2812 if (VariableType->isIncompleteType()) in DiagnoseForRangeVariableCopies()
2819 if (VariableType->isReferenceType()) { in DiagnoseForRangeVariableCopies()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp358 ENUM_TO_CSTRING(VariableType); in GetTypeAsString()