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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
  687   if (TL.isNull())
tools/clang/lib/AST/TypeLoc.cpp
   52   if (TL.isNull()) return SourceRange();
   95   while (!TyLoc.isNull()) {
  217       if (Cur.isNull())
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  172     if (TypeLocNode.isNull())
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  214   if (!TInfo || TInfo->getTypeLoc().isNull())
  225   if (TL.isNull())
tools/clang/lib/Sema/SemaDeclCXX.cpp
 4140           if (!TL.isNull()) {
tools/clang/lib/Sema/SemaTemplate.cpp
 2502     if (IgnoreNonTypeDependent && !TL.isNull() &&
tools/clang/lib/Serialization/ASTReader.cpp
 7242   for (; !TL.isNull(); TL = TL.getNextTypeLoc())
tools/clang/lib/Serialization/ASTWriter.cpp
 5629   for (; !TL.isNull(); TL = TL.getNextTypeLoc())
tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  383         if (!ParentTypeLoc.isNull() &&
  406       if (!ParentTypeLoc.isNull()) {
  418         if (!ParentTypeLoc.isNull() &&
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  338   while (!Type.isNull()) {
tools/clang/tools/extra/clang-tidy/modernize/PassByValueCheck.cpp
  206     if (RefTL.isNull())
tools/clang/tools/extra/clang-tidy/modernize/UseAutoCheck.cpp
  425       while (!Q.isNull()) {
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
   44     if (TL.isNull())
tools/clang/tools/extra/clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
   74   while (Result.isNull() && !Loc.isNull()) {
   74   while (Result.isNull() && !Loc.isNull()) {
  119   if (FunctorTypeLoc.isNull())
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  379   if (TL.isNull())
tools/clang/unittests/AST/SourceLocationTest.cpp
  296     assert(!T.isNull());
  321     assert(!T.isNull());
  677     assert(!T.isNull());