Searched defs:getSuperClassLoc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | DeclObjC.cpp | 372 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { getSuperClassLoc() function in ObjCInterfaceDecl |
/llvm-project/clang/include/clang/AST/ | ||
H A D | DeclObjC.h | 2734 SourceLocation getSuperClassLoc() const { return SuperLoc; } getSuperClassLoc() function |