Home
last modified time | relevance | path

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

/freebsd/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.h1300 class PointerTypeLoc : public PointerLikeTypeLoc<PointerTypeLoc,
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp76 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1712 PointerTypeLoc PtrToFunctionTL = in addFunctionPointerConversion()
1713 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
1716 PointerTypeLoc ConvNamePtrToFunctionTL = in addFunctionPointerConversion()
1717 ConvNamePtrToFunctionTSI->getTypeLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
H A DSemaStmt.cpp371 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>(); in DiagnoseUnusedExprResult()
H A DSemaDecl.cpp6507 if (PointerTypeLoc SrcPTL = SrcTL.getAs<PointerTypeLoc>()) { in FixInvalidVariablyModifiedTypeLoc()
6508 PointerTypeLoc DstPTL = DstTL.castAs<PointerTypeLoc>(); in FixInvalidVariablyModifiedTypeLoc()
H A DSemaType.cpp5822 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()
6069 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
H A DTreeTransform.h5302 PointerTypeLoc TL) { in TransformPointerType()
5332 PointerTypeLoc NewT = TLB.push<PointerTypeLoc>(Result); in TransformPointerType()
H A DSemaCodeComplete.cpp6196 if (auto P = Target.getAs<PointerTypeLoc>()) { in GetPrototypeLoc()
H A DSemaDeclCXX.cpp6008 CheckPolymorphic(PointerTypeLoc)
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp691 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6852 extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>
6864 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp111 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1880 PteTyLoc = TyLoc.castAs<PointerTypeLoc>().getPointeeLoc(); in getPointeeTypeText()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp342 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
H A DASTReader.cpp6801 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()