Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLocVisitor.h28 switch (TyLoc.getTypeLocClass()) { in Visit()
38 switch (TyLoc.getTypeLocClass()) { in Visit()
H A DTypeLoc.h116 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
266 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
H A DRecursiveASTVisitor.h711 switch (TL.getTypeLocClass()) {
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp31 switch (CurTL.getTypeLocClass()) { in pushFullCopy()
54 switch (CurTL.getTypeLocClass()) { in pushTrivial()
H A DSemaType.cpp6666 if (CurrTL.getTypeLocClass() == TypeLoc::IncompleteArray && e != 1 && in GetTypeSourceInfoForDeclarator()
6679 switch (CurrTL.getTypeLocClass()) { in GetTypeSourceInfoForDeclarator()
H A DTreeTransform.h4908 switch (T.getTypeLocClass()) { in TransformType()
H A DSemaDeclCXX.cpp6112 switch (TL.getTypeLocClass()) { in Visit()
/freebsd-14.2/contrib/llvm-project/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-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp135 switch (TL.getTypeLocClass()) { in initializeImpl()
196 switch (Cur.getTypeLocClass()) { in getBeginLoc()
239 switch (Cur.getTypeLocClass()) { in getEndLoc()
H A DASTTypeTraits.cpp152 switch (T.getTypeLocClass()) { in getFromNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1597 switch (TyLoc.getTypeLocClass()) { in getPointeeTypeText()