Searched defs:getNextTypeLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h115 TypeLoc getNextTypeLoc() const { function in class:clang::TypeLoc
219 TypeLoc getNextTypeLoc() const { function in class:clang::QualifiedTypeLoc
310 TypeLoc getNextTypeLoc() const { function in class:clang::ConcreteTypeLoc
311 return getNextTypeLoc(asDerived()->getInnerType());
358 TypeLoc getNextTypeLoc(HasNoInnerType _) const { function in class:clang::ConcreteTypeLoc
362 TypeLoc getNextTypeLoc(QualType T) const { function in class:clang::ConcreteTypeLoc

Completed in 314 milliseconds