HomeSort by relevance Sort by last modified time
    Searched refs:VariableTy (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 619 QualType VariableTy = VD->getType().getCanonicalType();
620 if (VariableTy->isBlockPointerType() &&
639 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc);
    [all...]
SemaInit.cpp     [all...]

Completed in 74 milliseconds