Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp371 SourceLocation ObjCInterfaceDecl::getSuperClassLoc() const { getSuperClassLoc() function in ObjCInterfaceDecl
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2734 SourceLocation getSuperClassLoc() const { return SuperLoc; } in getSuperClassLoc() function