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.cpp684 TypeLoc VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc() function in __anon668ff8b90711::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.cpp6250 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc() function in __anon813a705f1211::TypeSpecLocFiller
6480 void VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in __anon813a705f1211::DeclaratorLocFiller
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp309 void TypeLocWriter::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6800 void TypeLocReader::VisitPointerTypeLoc(PointerTypeLoc TL) { in VisitPointerTypeLoc() function in TypeLocReader