Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.h719 switch (TL.getTypeLocClass()) {
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTypeLocBuilder.cpp31 switch (CurTL.getTypeLocClass()) { in pushFullCopy()
54 switch (CurTL.getTypeLocClass()) { in pushTrivial()
H A DSemaType.cpp6520 switch (CurrTL.getTypeLocClass()) { in GetTypeSourceInfoForDeclarator()
H A DTreeTransform.h4813 switch (T.getTypeLocClass()) { in TransformType()
H A DSemaDeclCXX.cpp5920 switch (TL.getTypeLocClass()) { in Visit()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp134 switch (TL.getTypeLocClass()) { in initializeImpl()
195 switch (Cur.getTypeLocClass()) { in getBeginLoc()
238 switch (Cur.getTypeLocClass()) { in getEndLoc()
H A DASTTypeTraits.cpp137 switch (T.getTypeLocClass()) { in getFromNode()