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

  /external/clang/test/ARCMT/Inputs/Module.framework/Headers/
Sub.h 1 #include <Module/Sub2.h>
  /external/clang/test/Modules/Inputs/Module.framework/Headers/
Sub.h 1 #include <Module/Sub2.h>
  /external/clang/test/Modules/Inputs/
MethodPoolASub2.h 1 @interface A (Sub2)
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 308 DISubprogram Sub2 = cast<MDSubprogram>(*Iter);
311 (Sub1->getFunction() == OldFunc && Sub2->getFunction() == NewFunc) ||
312 (Sub1->getFunction() == NewFunc && Sub2->getFunction() == OldFunc));

Completed in 786 milliseconds