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

  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 294 const FunctionType *&FPRetType);
823 const FunctionType *FPRetType = 0
    [all...]
RewriteObjC.cpp 280 const FunctionType *&FPRetType);
805 const FunctionType *FPRetType = 0;
807 FPRetType);
809 if (FPRetType) {
813 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){
    [all...]

Completed in 29 milliseconds