reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Driver/Types.h
   85   bool isObjC(ID Id);

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
  350   if (types::isObjC(InputType) &&
 2935     if (types::isCXX(Input.getType()) && types::isObjC(Input.getType())) {
 2959   if (types::isObjC(Input.getType())) {
 2975   if (types::isObjC(Input.getType())) {
tools/clang/tools/clang-import-test/clang-import-test.cpp
  182     if (isObjC(Id)) {