Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp691 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { VisitPointerTypeLoc() function in __anonda18b4a40711::GetContainedAutoTypeLocVisitor
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp111 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc() function
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5767 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } VisitPointerTypeLoc() function in __anonf9e1d30a1211::TypeSpecLocFiller
6014 void VisitPointerTypeLoc(PointerTypeLoc TL) { VisitPointerTypeLoc() function in __anonf9e1d30a1211::DeclaratorLocFiller
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp342 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { VisitPointerTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6801 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { VisitPointerTypeLoc() function in TypeLocReader
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1748 bool CursorVisitor::VisitPointerTypeLoc(PointerTypeLoc TL) { VisitPointerTypeLoc() function in CursorVisitor