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

References

tools/clang/include/clang/AST/StmtIterator.h
   49     return (RawVAPtr & Flags) == DeclGroupMode;
   53     return (RawVAPtr & Flags) == SizeOfTypeVAMode;
   57     return (RawVAPtr & Flags) == StmtMode;
   61     return reinterpret_cast<const VariableArrayType*>(RawVAPtr & ~Flags);
   66     RawVAPtr = reinterpret_cast<uintptr_t>(P) | (RawVAPtr & Flags);