Searched refs:VariableTy (Results 1 – 4 of 4) sorted by relevance
619 QualType VariableTy = VD->getType().getCanonicalType(); in SuggestInitializationFixit() local620 if (VariableTy->isBlockPointerType() && in SuggestInitializationFixit()639 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in SuggestInitializationFixit()
3357 QualType VariableTy = VD->getType().getCanonicalType(); in maybeRecoverWithZeroInitialization() local3359 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in maybeRecoverWithZeroInitialization()
755 QualType VariableTy = VD->getType().getCanonicalType(); in SuggestInitializationFixit() local756 if (VariableTy->isBlockPointerType() && in SuggestInitializationFixit()775 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in SuggestInitializationFixit()
3797 QualType VariableTy = VD->getType().getCanonicalType(); in maybeRecoverWithZeroInitialization() local3799 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in maybeRecoverWithZeroInitialization()