Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp695 TypeLoc VisitBlockPointerTypeLoc(BlockPointerTypeLoc T) { VisitBlockPointerTypeLoc() function in __anonda18b4a40711::GetContainedAutoTypeLocVisitor
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp119 SourceLocation VisitBlockPointerTypeLoc(BlockPointerTypeLoc T) { in VisitBlockPointerTypeLoc() function
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6010 void VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { VisitBlockPointerTypeLoc() function in __anonf9e1d30a1211::DeclaratorLocFiller
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp358 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { VisitBlockPointerTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6821 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { VisitBlockPointerTypeLoc() function in TypeLocReader
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1752 bool CursorVisitor::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { VisitBlockPointerTypeLoc() function in CursorVisitor