Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp691 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc() function in __anon350557f10711::GetContainedAutoTypeLocVisitor
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp111 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5822 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc() function in __anonc2847d971311::TypeSpecLocFiller
6069 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in __anonc2847d971311::DeclaratorLocFiller
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp342 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6801 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in TypeLocReader