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

References

tools/clang/include/clang/AST/TypeLoc.h
  279         TypeLoc::getLocalAlignmentForType(QualType(getTypePtr(), 0));
  282     return UnqualTypeLoc(getTypePtr(), reinterpret_cast<void*>(dataInt));
  366            Derived::classofType(TL.getTypePtr());
  491            Derived::classofType(TL.getTypePtr());
tools/clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
  101     if (const Type *TP = Loc.getTypePtr()) {
tools/clang/lib/AST/NestedNameSpecifier.cpp
  577                                                TL.getTypePtr());
tools/clang/lib/Sema/SemaDeclAttr.cpp
 8407   const Type *TyPtr = Ty.getTypePtr();
tools/clang/tools/extra/clang-tidy/modernize/AvoidCArraysCheck.cpp
   24   const clang::Type *TypeNode = Node.getTypePtr();
   70        ArrayType->getTypePtr()->isVariableArrayType() ? UseVector : UseArray);