Home
last modified time | relevance | path

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

/freebsd/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
273 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
H A DRecursiveASTVisitor.h722 switch (TL.getTypeLocClass()) {
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DFixitUtil.cpp37 switch (TyLoc.getTypeLocClass()) { in getPointeeTypeText()
119 switch (TyLoc.getTypeLocClass()) { in getPointee2TypeText()
126 if (PtrTyLoc.getTypeLocClass() == TypeLoc::Pointer) { in getPointee2TypeText()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp31 switch (CurTL.getTypeLocClass()) { in pushFullCopy()
54 switch (CurTL.getTypeLocClass()) { in pushTrivial()
H A DSemaType.cpp6273 if (CurrTL.getTypeLocClass() == TypeLoc::IncompleteArray && e != 1 && in GetTypeSourceInfoForDeclarator()
6286 switch (CurrTL.getTypeLocClass()) { in GetTypeSourceInfoForDeclarator()
H A DTreeTransform.h5202 switch (T.getTypeLocClass()) { in TransformType()
H A DSemaDeclCXX.cpp6077 switch (TL.getTypeLocClass()) { in Visit()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp124 while (TL.getTypeLocClass() == TypeLoc::Elaborated || in EndLocationForType()
125 TL.getTypeLocClass() == TypeLoc::Qualified) in EndLocationForType()
131 if (TL.getTypeLocClass() == TypeLoc::TemplateSpecialization) { in EndLocationForType()
141 while (TL.getTypeLocClass() == TypeLoc::Qualified) in GetNestedNameForType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp136 switch (TL.getTypeLocClass()) { in initializeImpl()
197 switch (Cur.getTypeLocClass()) { in getBeginLoc()
240 switch (Cur.getTypeLocClass()) { in getEndLoc()
H A DASTTypeTraits.cpp152 switch (T.getTypeLocClass()) { in getFromNode()
H A DJSONNodeDumper.cpp102 (llvm::Twine(TL.getTypeLocClass() == TypeLoc::Qualified in Visit()
H A DTextNodeDumper.cpp254 OS << (TL.getTypeLocClass() == TypeLoc::Qualified in Visit()