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

References

tools/clang/include/clang/AST/Decl.h
 1637     ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth;
 1638     assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth
 1650     return ParmVarDeclBits.ScopeDepthOrObjCQuals;
 1660     return ObjCDeclQualifier(ParmVarDeclBits.ScopeDepthOrObjCQuals);
 1664     ParmVarDeclBits.ScopeDepthOrObjCQuals = QTVal;
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1451     PD->ParmVarDeclBits.ScopeDepthOrObjCQuals = declQualifier;