Home
last modified time | relevance | path

Searched refs:getTypeLocClass (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp390 while (Loc.getTypeLocClass() == TypeLoc::Pointer || in replaceExpr()
391 Loc.getTypeLocClass() == TypeLoc::Qualified) in replaceExpr()
394 while (Loc.getTypeLocClass() == TypeLoc::LValueReference || in replaceExpr()
395 Loc.getTypeLocClass() == TypeLoc::RValueReference || in replaceExpr()
396 Loc.getTypeLocClass() == TypeLoc::Qualified) { in replaceExpr()
H A DUseTrailingReturnTypeCheck.cpp49 switch (TL.getTypeLocClass()) { in TraverseTypeLoc()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLocVisitor.h28 switch (TyLoc.getTypeLocClass()) { in Visit()
38 switch (TyLoc.getTypeLocClass()) { in Visit()
H A DTypeLoc.h115 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
260 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
H A DRecursiveASTVisitor.h733 switch (TL.getTypeLocClass()) {
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp125 while (TL.getTypeLocClass() == TypeLoc::Elaborated || in EndLocationForType()
126 TL.getTypeLocClass() == TypeLoc::Qualified) in EndLocationForType()
132 if (TL.getTypeLocClass() == TypeLoc::TemplateSpecialization) { in EndLocationForType()
142 while (TL.getTypeLocClass() == TypeLoc::Qualified) in GetNestedNameForType()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp37 if (TLoc.getTypeLocClass() == TypeLoc::Elaborated) { in startLocationForType()
49 while (TLoc.getTypeLocClass() == TypeLoc::Elaborated || in endLocationForType()
50 TLoc.getTypeLocClass() == TypeLoc::Qualified) in endLocationForType()
56 if (TLoc.getTypeLocClass() == TypeLoc::TemplateSpecialization) in endLocationForType()
329 if (Type.getTypeLocClass() == TypeLoc::SubstTemplateTypeParm) in isTemplateParameter()
565 while (Loc.getTypeLocClass() == TypeLoc::Qualified) in run()
567 if (Loc.getTypeLocClass() == TypeLoc::Elaborated) { in run()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp134 switch (TL.getTypeLocClass()) { in initializeImpl()
195 switch (Cur.getTypeLocClass()) { in getBeginLoc()
232 switch (Cur.getTypeLocClass()) { in getEndLoc()
H A DASTTypeTraits.cpp137 switch (T.getTypeLocClass()) { in getFromNode()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTypeLocBuilder.cpp31 switch (CurTL.getTypeLocClass()) { in pushFullCopy()
H A DSemaDeclCXX.cpp5873 switch (TL.getTypeLocClass()) { in Visit()
H A DTreeTransform.h4723 switch (T.getTypeLocClass()) { in TransformType()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDumpAST.cpp127 if (TL.getTypeLocClass() == TypeLoc::Qualified) in getKind()
H A DSelection.cpp547 if (TL->getTypeLocClass() == TypeLoc::Qualified) in printNodeKind()