Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2843 SourceLocation ivarLoc) in ObjCPropertyImplDecl() argument
2845 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) { in ObjCPropertyImplDecl()
2857 SourceLocation ivarLoc);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2391 SourceLocation ivarLoc) { in Create() argument
2393 ivarLoc); in Create()