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

References

tools/clang/tools/libclang/CXType.cpp
 1105   if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D))  {
 1107   } else if (const ObjCPropertyDecl *OPD = dyn_cast<ObjCPropertyDecl>(D))
 1109   else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(D))
 1113     if (const TypeDecl *TD = dyn_cast<TypeDecl>(D))
 1115     if (const ValueDecl *VD = dyn_cast<ValueDecl>(D))