Home
last modified time | relevance | path

Searched refs:superLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2622 SourceLocation superLoc = SourceLocation(),
2629 SuperClass(superDecl), SuperLoc(superLoc),
2644 SourceLocation superLoc = SourceLocation(),
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2303 SourceLocation superLoc, in Create() argument
2309 nameLoc, atStartLoc, superLoc, in Create()