Home
last modified time | relevance | path

Searched refs:PointerTypeLoc (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLocNodes.def10 // enumerated by providing its core name (e.g., "Pointer" for "PointerTypeLoc")
H A DTypeLoc.h1264 class PointerTypeLoc : public PointerLikeTypeLoc<PointerTypeLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp138 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs()
H A DTypeLoc.cpp684 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp76 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1654 PointerTypeLoc PtrToFunctionTL = in addFunctionPointerConversion()
1655 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
1658 PointerTypeLoc ConvNamePtrToFunctionTL = in addFunctionPointerConversion()
1659 ConvNamePtrToFunctionTSI->getTypeLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
H A DSemaStmt.cpp366 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>(); in DiagnoseUnusedExprResult()
H A DSemaDecl.cpp6655 if (PointerTypeLoc SrcPTL = SrcTL.getAs<PointerTypeLoc>()) { in FixInvalidVariablyModifiedTypeLoc()
6656 PointerTypeLoc DstPTL = DstTL.castAs<PointerTypeLoc>(); in FixInvalidVariablyModifiedTypeLoc()
H A DSemaType.cpp6250 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()
6480 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
H A DTreeTransform.h5205 PointerTypeLoc TL) { in TransformPointerType()
5235 PointerTypeLoc NewT = TLB.push<PointerTypeLoc>(Result); in TransformPointerType()
H A DSemaCodeComplete.cpp6155 if (auto P = Target.getAs<PointerTypeLoc>()) { in GetPrototypeLoc()
H A DSemaDeclCXX.cpp6151 CheckPolymorphic(PointerTypeLoc)
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp779 const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6828 extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>
6840 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp111 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1608 PteTyLoc = TyLoc.castAs<PointerTypeLoc>().getPointeeLoc(); in getPointeeTypeText()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp309 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
H A DASTReader.cpp6800 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()