Home
last modified time | relevance | path

Searched refs:setIvarRBraceLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2462 void setIvarRBraceLoc(SourceLocation Loc) { IvarRBraceLoc = Loc; } in setIvarRBraceLoc() function
2740 void setIvarRBraceLoc(SourceLocation Loc) { IvarRBraceLoc = Loc; } in setIvarRBraceLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1433 CD->setIvarRBraceLoc(readSourceLocation()); in VisitObjCCategoryDecl()
1504 D->setIvarRBraceLoc(readSourceLocation()); in VisitObjCImplementationDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19290 IMPDecl->setIvarRBraceLoc(RBrac); in ActOnFields()
19323 CDecl->setIvarRBraceLoc(RBrac); in ActOnFields()