Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp101 struct GetStartLoc : TypeLocVisitor<GetStartLoc, SourceLocation> { struct
102 SourceLocation VisitParenTypeLoc(ParenTypeLoc T) { in VisitParenTypeLoc()
110 SourceLocation VisitPointerTypeLoc(PointerTypeLoc T) { in VisitPointerTypeLoc()
114 SourceLocation VisitMemberPointerTypeLoc(MemberPointerTypeLoc T) { in VisitMemberPointerTypeLoc()
118 SourceLocation VisitBlockPointerTypeLoc(BlockPointerTypeLoc T) { in VisitBlockPointerTypeLoc()
122 SourceLocation VisitReferenceTypeLoc(ReferenceTypeLoc T) { in VisitReferenceTypeLoc()
126 SourceLocation VisitObjCObjectPointerTypeLoc(ObjCObjectPointerTypeLoc T) { in VisitObjCObjectPointerTypeLoc()
134 SourceLocation VisitTypeLoc(TypeLoc T) { in VisitTypeLoc()
141 SourceLocation VisitFunctionProtoTypeLoc(FunctionProtoTypeLoc T) { in VisitFunctionProtoTypeLoc()
148 template <class PtrLoc> SourceLocation HandlePointer(PtrLoc T) { in HandlePointer()