Home
last modified time | relevance | path

Searched defs:VisitObjCObjectPointerTypeLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp127 SourceLocation VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc T) { in VisitObjCObjectPointerTypeLoc() function
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5783 void VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) { VisitObjCObjectPointerTypeLoc() function in __anonf9e1d30a1211::TypeSpecLocFiller
6018 void VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) { VisitObjCObjectPointerTypeLoc() function in __anonf9e1d30a1211::DeclaratorLocFiller
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp645 void TypeLocWriter::VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) { VisitObjCObjectPointerTypeLoc() function in TypeLocWriter
H A DASTReader.cpp7100 void TypeLocReader::VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) { VisitObjCObjectPointerTypeLoc() function in TypeLocReader
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1736 bool CursorVisitor::VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc TL) { VisitObjCObjectPointerTypeLoc() function in CursorVisitor