Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseAutoCheck.cpp391 while (Loc.getTypeLocClass() == TypeLoc::Pointer || in replaceExpr()
392 Loc.getTypeLocClass() == TypeLoc::Qualified) in replaceExpr()
395 while (Loc.getTypeLocClass() == TypeLoc::LValueReference || in replaceExpr()
396 Loc.getTypeLocClass() == TypeLoc::RValueReference || in replaceExpr()
397 Loc.getTypeLocClass() == TypeLoc::Qualified) { in replaceExpr()
DUseTrailingReturnTypeCheck.cpp50 switch (TL.getTypeLocClass()) { in TraverseTypeLoc()
/external/llvm-project/clang/include/clang/AST/
DTypeLocVisitor.h28 switch (TyLoc.getTypeLocClass()) { in Visit()
38 switch (TyLoc.getTypeLocClass()) { in Visit()
DTypeLoc.h115 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
260 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
DRecursiveASTVisitor.h633 switch (TL.getTypeLocClass()) {
/external/clang/include/clang/AST/
DTypeLocVisitor.h30 switch (TyLoc.getTypeLocClass()) { in Visit()
40 switch (TyLoc.getTypeLocClass()) { in Visit()
DTypeLoc.h90 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
231 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
DRecursiveASTVisitor.h651 switch (TL.getTypeLocClass()) {
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
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()
/external/llvm-project/clang-tools-extra/clang-change-namespace/
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()
/external/clang/lib/AST/
DTypeLoc.cpp115 switch (TL.getTypeLocClass()) { in initializeImpl()
174 switch (Cur.getTypeLocClass()) { in getBeginLoc()
211 switch (Cur.getTypeLocClass()) { in getEndLoc()
/external/llvm-project/clang/lib/AST/
DTypeLoc.cpp134 switch (TL.getTypeLocClass()) { in initializeImpl()
195 switch (Cur.getTypeLocClass()) { in getBeginLoc()
232 switch (Cur.getTypeLocClass()) { in getEndLoc()
/external/llvm-project/clang/lib/Sema/
DTypeLocBuilder.cpp31 switch (CurTL.getTypeLocClass()) { in pushFullCopy()
DTreeTransform.h4548 switch (T.getTypeLocClass()) { in TransformType()
DSemaDeclCXX.cpp5719 switch (TL.getTypeLocClass()) { in Visit()
/external/clang/lib/Sema/
DTypeLocBuilder.cpp32 switch (CurTL.getTypeLocClass()) { in pushFullCopy()
DTreeTransform.h4015 switch (T.getTypeLocClass()) { in TransformType()
DSemaDeclCXX.cpp4513 switch (TL.getTypeLocClass()) { in Visit()
/external/llvm-project/clang-tools-extra/clangd/
DDumpAST.cpp128 if (TL.getTypeLocClass() == TypeLoc::Qualified) in getKind()
DSelection.cpp395 if (TL->getTypeLocClass() == TypeLoc::Qualified) in printNodeKind()