Searched refs:AtCatImplLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1805 SourceLocation AtCatImplLoc, in ActOnStartCategoryImplementation() argument 1815 CatIDecl = ObjCCategoryDecl::Create(Context, CurContext, AtCatImplLoc, in ActOnStartCategoryImplementation() 1825 ClassLoc, AtCatImplLoc, CatLoc); in ActOnStartCategoryImplementation()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 1899 SourceLocation AtCatImplLoc, in ActOnStartCategoryImplementation() argument 1910 CatIDecl = ObjCCategoryDecl::Create(Context, CurContext, AtCatImplLoc, in ActOnStartCategoryImplementation() 1920 ClassLoc, AtCatImplLoc, CatLoc); in ActOnStartCategoryImplementation()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7395 Decl *ActOnStartCategoryImplementation(SourceLocation AtCatImplLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9372 Decl *ActOnStartCategoryImplementation(SourceLocation AtCatImplLoc,
|