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

/external/clang/include/clang/AST/
H A DTypeLoc.h142 TypeLoc getNextTypeLoc() const { function in class:clang::TypeLoc
249 TypeLoc getNextTypeLoc() const { function in class:clang::QualifiedTypeLoc
339 TypeLoc getNextTypeLoc() const { function in class:clang::ConcreteTypeLoc
340 return getNextTypeLoc(asDerived()->getInnerType());
409 TypeLoc getNextTypeLoc(HasNoInnerType _) const { function in class:clang::ConcreteTypeLoc
413 TypeLoc getNextTypeLoc(QualType T) const { function in class:clang::ConcreteTypeLoc

Completed in 108 milliseconds