Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DFixitUtil.cpp48 PteTyLoc = TyLoc.castAs<PointerTypeLoc>().getPointeeLoc(); in getPointeeTypeText()
127 PteTyLoc = PtrTyLoc.castAs<PointerTypeLoc>().getPointeeLoc(); in getPointee2TypeText()
/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.h1352 class PointerTypeLoc : public PointerLikeTypeLoc<PointerTypeLoc,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp138 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs()
H A DTypeLoc.cpp704 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1736 PointerTypeLoc PtrToFunctionTL = in addFunctionPointerConversion()
1737 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
1740 PointerTypeLoc ConvNamePtrToFunctionTL = in addFunctionPointerConversion()
1741 ConvNamePtrToFunctionTSI->getTypeLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
H A DHeuristicResolver.cpp535 if (auto P = Target.getAs<PointerTypeLoc>()) { in getFunctionProtoTypeLoc()
H A DSemaStmt.cpp388 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>(); in DiagnoseUnused()
H A DSemaDecl.cpp6624 if (PointerTypeLoc SrcPTL = SrcTL.getAs<PointerTypeLoc>()) { in FixInvalidVariablyModifiedTypeLoc()
6625 PointerTypeLoc DstPTL = DstTL.castAs<PointerTypeLoc>(); in FixInvalidVariablyModifiedTypeLoc()
H A DSemaType.cpp5901 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()
6148 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
H A DTreeTransform.h5530 PointerTypeLoc TL) { in TransformPointerType()
5560 PointerTypeLoc NewT = TLB.push<PointerTypeLoc>(Result); in TransformPointerType()
H A DSemaDeclCXX.cpp6116 CheckPolymorphic(PointerTypeLoc)
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp804 const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6899 extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>
6911 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp105 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp370 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
H A DASTReader.cpp7136 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1979 …TypeLocENS_14PointerTypeLocE", "clang::TypeLocReader::VisitPointerTypeLoc(clang::PointerTypeLoc)"},