Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2621 SourceLocation superLoc = SourceLocation(),
2628 SuperClass(superDecl), SuperLoc(superLoc),
2643 SourceLocation superLoc = SourceLocation(),
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2289 SourceLocation superLoc, in Create() argument
2295 nameLoc, atStartLoc, superLoc, in Create()