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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 2739   static ObjCCompatibleAliasDecl *Create(ASTContext &C, DeclContext *DC,

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 1172     ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);