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

References

tools/clang/lib/AST/ASTContext.cpp
 7284   if (QT & Decl::OBJC_TQ_Inout)
tools/clang/lib/AST/DeclPrinter.cpp
 1212   if (Quals & Decl::ObjCDeclQualifier::OBJC_TQ_Inout)
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2655   else if (ObjCQuals & Decl::OBJC_TQ_Inout)
tools/clang/tools/libclang/CIndex.cpp
 8162   if (QT & Decl::OBJC_TQ_Inout) Result |= CXObjCDeclQualifier_Inout;