Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp334 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
/external/clang/include/clang/AST/
DDeclObjC.h2589 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function