HomeSort by: relevance | last modified time | path
    Searched refs:getSuperStructType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 518 QualType getSuperStructType();
2978 QualType RewriteModernObjC::getSuperStructType() {
3274 QualType superType = getSuperStructType();
3370 QualType superType = getSuperStructType();
3497 ArgTypes.push_back(Context->getPointerType(getSuperStructType()));
RewriteObjC.cpp 427 QualType getSuperStructType();
2532 QualType RewriteObjC::getSuperStructType() {
2704 QualType superType = getSuperStructType();
2800 QualType superType = getSuperStructType();
2927 ArgTypes.push_back(Context->getPointerType(getSuperStructType()));

Completed in 42 milliseconds