Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLocVisitor.h30 switch (TyLoc.getTypeLocClass()) { in Visit()
40 switch (TyLoc.getTypeLocClass()) { in Visit()
H A DTypeLoc.h114 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
254 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
H A DRecursiveASTVisitor.h691 switch (TL.getTypeLocClass()) {
/freebsd-12.1/contrib/llvm/tools/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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp133 switch (TL.getTypeLocClass()) { in initializeImpl()
194 switch (Cur.getTypeLocClass()) { in getBeginLoc()
231 switch (Cur.getTypeLocClass()) { in getEndLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTypeLocBuilder.cpp32 switch (CurTL.getTypeLocClass()) { in pushFullCopy()
H A DTreeTransform.h4177 switch (T.getTypeLocClass()) { in TransformType()
H A DSemaDeclCXX.cpp5387 switch (TL.getTypeLocClass()) { in Visit()