Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp666 TypeLoc VisitBlockPointerTypeLoc(BlockPointerTypeLoc T) { in VisitBlockPointerTypeLoc() function in __anon506823880711::GetContainedAutoTypeLocVisitor
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp119 SourceLocation VisitBlockPointerTypeLoc(BlockPointerTypeLoc T) { in VisitBlockPointerTypeLoc() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp6323 void VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in __anon41c88aee1111::DeclaratorLocFiller
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp311 void TypeLocWriter::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6615 void TypeLocReader::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in TypeLocReader
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1734 bool CursorVisitor::VisitBlockPointerTypeLoc(BlockPointerTypeLoc TL) { in VisitBlockPointerTypeLoc() function in CursorVisitor