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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
  690   switch (TL.getTypeLocClass()) {
tools/clang/include/clang/AST/TypeLocVisitor.h
   29     switch (TyLoc.getTypeLocClass()) {
tools/clang/lib/AST/TypeLoc.cpp
  132     switch (TL.getTypeLocClass()) {
  193     switch (Cur.getTypeLocClass()) {
  230     switch (Cur.getTypeLocClass()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 5616     switch (TL.getTypeLocClass()) {
tools/clang/lib/Sema/TreeTransform.h
 4279   switch (T.getTypeLocClass()) {
tools/clang/lib/Sema/TypeLocBuilder.cpp
   31     switch (CurTL.getTypeLocClass()) {
tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  124   while (TL.getTypeLocClass() == TypeLoc::Elaborated ||
  125          TL.getTypeLocClass() == TypeLoc::Qualified)
  131   if (TL.getTypeLocClass() == TypeLoc::TemplateSpecialization) {
  141   while (TL.getTypeLocClass() == TypeLoc::Qualified)
tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
   43   if (TLoc.getTypeLocClass() == TypeLoc::Elaborated) {
   55   while (TLoc.getTypeLocClass() == TypeLoc::Elaborated ||
   56          TLoc.getTypeLocClass() == TypeLoc::Qualified)
   62   if (TLoc.getTypeLocClass() == TypeLoc::TemplateSpecialization)
  339     if (Type.getTypeLocClass() == TypeLoc::SubstTemplateTypeParm)
  575     while (Loc.getTypeLocClass() == TypeLoc::Qualified)
  577     if (Loc.getTypeLocClass() == TypeLoc::Elaborated) {
tools/clang/tools/extra/clang-tidy/modernize/UseAutoCheck.cpp
  438     while (Loc.getTypeLocClass() == TypeLoc::Pointer ||
  439            Loc.getTypeLocClass() == TypeLoc::Qualified)
  442   while (Loc.getTypeLocClass() == TypeLoc::LValueReference ||
  443          Loc.getTypeLocClass() == TypeLoc::RValueReference ||
  444          Loc.getTypeLocClass() == TypeLoc::Qualified) {
tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
   48       switch (TL.getTypeLocClass()) {
tools/clang/tools/extra/clangd/Selection.cpp
  129     if (TL->getTypeLocClass() == TypeLoc::Qualified)