Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2052 void setCategoryNameLoc(SourceLocation Loc) { CategoryNameLoc = Loc; } in setCategoryNameLoc() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1031 CD->setCategoryNameLoc(ReadSourceLocation(Record, Idx)); in VisitObjCCategoryDecl()