Home
last modified time | relevance | path

Searched refs:VisitPointerTypeLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp658 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc() function in __anon7fa2b7210711::GetContainedAutoTypeLocVisitor
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp111 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp6006 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc() function in __anon29f668c71111::TypeSpecLocFiller
6232 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in __anon29f668c71111::DeclaratorLocFiller
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp291 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6559 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in TypeLocReader
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1730 bool CursorVisitor::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in CursorVisitor