Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclObjC.h1652 void setCategoryNameLoc(SourceLocation Loc) { CategoryNameLoc = Loc; } in setCategoryNameLoc() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp843 CD->setCategoryNameLoc(ReadSourceLocation(Record, Idx)); in VisitObjCCategoryDecl()