Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLocNodes.def10 // enumerated by providing its core name (e.g., "Pointer" for "PointerTypeLoc")
H A DTypeLoc.h1258 class PointerTypeLoc : public PointerLikeTypeLoc<PointerTypeLoc,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComment.cpp135 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) in lookThroughTypedefOrTypeAliasLocs()
H A DTypeLoc.cpp662 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp76 } else if (PointerTypeLoc PT = TL.getAs<PointerTypeLoc>()) { in lookForAttribute()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1445 PointerTypeLoc PtrToFunctionTL = in addFunctionPointerConversion()
1446 ConvTL.getReturnLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
1449 PointerTypeLoc ConvNamePtrToFunctionTL = in addFunctionPointerConversion()
1450 ConvNamePtrToFunctionTSI->getTypeLoc().getAs<PointerTypeLoc>(); in addFunctionPointerConversion()
H A DSemaStmt.cpp365 PointerTypeLoc TL = TI->getTypeLoc().castAs<PointerTypeLoc>(); in DiagnoseUnusedExprResult()
H A DSemaDecl.cpp6522 if (PointerTypeLoc SrcPTL = SrcTL.getAs<PointerTypeLoc>()) { in FixInvalidVariablyModifiedTypeLoc()
6523 PointerTypeLoc DstPTL = DstTL.castAs<PointerTypeLoc>(); in FixInvalidVariablyModifiedTypeLoc()
H A DSemaType.cpp6100 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()
6327 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
H A DTreeTransform.h5110 PointerTypeLoc TL) { in TransformPointerType()
5140 PointerTypeLoc NewT = TLB.push<PointerTypeLoc>(Result); in TransformPointerType()
H A DSemaCodeComplete.cpp6072 if (auto P = Target.getAs<PointerTypeLoc>()) { in GetPrototypeLoc()
H A DSemaDeclCXX.cpp5959 CheckPolymorphic(PointerTypeLoc)
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp779 const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6579 extern const internal::VariadicDynCastAllOfMatcher<TypeLoc, PointerTypeLoc>
6591 AST_MATCHER_P(PointerTypeLoc, hasPointeeLoc, internal::Matcher<TypeLoc>, in AST_MATCHER_P() argument
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp111 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp299 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
H A DASTReader.cpp6599 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1730 bool CursorVisitor::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc()