Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp371 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { in getSuperClassLoc() function in ObjCInterfaceDecl
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h2721 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function