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

References

tools/clang/lib/AST/ASTContext.cpp
 7286   if (QT & Decl::OBJC_TQ_Out)
tools/clang/lib/AST/DeclPrinter.cpp
 1214   if (Quals & Decl::ObjCDeclQualifier::OBJC_TQ_Out)
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2657   else if (ObjCQuals & Decl::OBJC_TQ_Out)
tools/clang/lib/Sema/SemaInit.cpp
 5445     ShouldCopy = (param->getObjCDeclQualifier() != ParmVarDecl::OBJC_TQ_Out);
 5891       ShouldCopy = (Param->getObjCDeclQualifier() != ParmVarDecl::OBJC_TQ_Out);
tools/clang/tools/libclang/CIndex.cpp
 8163   if (QT & Decl::OBJC_TQ_Out) Result |= CXObjCDeclQualifier_Out;