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

References

tools/clang/include/clang/AST/CanonicalType.h
   95   explicit operator bool() const { return !isNull(); }
tools/clang/lib/AST/ASTContext.cpp
 1199   assert(VoidTy.isNull() && "Context reinitialized?");
tools/clang/lib/Sema/SemaCodeComplete.cpp
  995   if (!PreferredType.isNull()) {