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

References

tools/clang/lib/AST/ASTContext.cpp
 7292   if (QT & Decl::OBJC_TQ_Oneway)
tools/clang/lib/AST/DeclPrinter.cpp
 1220   if (Quals & Decl::ObjCDeclQualifier::OBJC_TQ_Oneway)
tools/clang/lib/Sema/SemaCodeComplete.cpp
 2663   if (ObjCQuals & Decl::OBJC_TQ_Oneway)
tools/clang/tools/libclang/CIndex.cpp
 8166   if (QT & Decl::OBJC_TQ_Oneway) Result |= CXObjCDeclQualifier_Oneway;