Home
last modified time | relevance | path

Searched refs:getTypeLocClass (Results 1 – 12 of 12) 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
272 TypeLocClass getTypeLocClass() const { in getTypeLocClass() function
H A DRecursiveASTVisitor.h718 switch (TL.getTypeLocClass()) {
/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.cpp6255 if (CurrTL.getTypeLocClass() == TypeLoc::IncompleteArray && e != 1 && in GetTypeSourceInfoForDeclarator()
6268 switch (CurrTL.getTypeLocClass()) { in GetTypeSourceInfoForDeclarator()
H A DSemaDeclCXX.cpp5969 switch (TL.getTypeLocClass()) { in Visit()
H A DTreeTransform.h4988 switch (T.getTypeLocClass()) { in TransformType()
/freebsd/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()
H A DJSONNodeDumper.cpp103 (llvm::Twine(TL.getTypeLocClass() == TypeLoc::Qualified in Visit()
H A DTextNodeDumper.cpp253 OS << (TL.getTypeLocClass() == TypeLoc::Qualified in Visit()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1869 switch (TyLoc.getTypeLocClass()) { in getPointeeTypeText()