Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h640 switch (TL.getTypeLocClass()) {
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp134 switch (TL.getTypeLocClass()) { in initializeImpl()
195 switch (Cur.getTypeLocClass()) { in getBeginLoc()
232 switch (Cur.getTypeLocClass()) { in getEndLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTypeLocBuilder.cpp31 switch (CurTL.getTypeLocClass()) { in pushFullCopy()
H A DTreeTransform.h4634 switch (T.getTypeLocClass()) { in TransformType()
H A DSemaDeclCXX.cpp5794 switch (TL.getTypeLocClass()) { in Visit()