Searched refs:getCategoryNameLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.cpp520 : D->getCategoryNameLoc();
552 SourceLocation CategoryLoc = D->getCategoryNameLoc();
H A DCIndex.cpp3562 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc());
3565 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc());
/external/clang/include/clang/AST/
H A DDeclObjC.h1818 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } function in class:clang::ObjCCategoryDecl
1943 SourceLocation getCategoryNameLoc() const { return CategoryNameLoc; } function in class:clang::ObjCCategoryImplDecl
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp590 Writer.AddSourceLocation(D->getCategoryNameLoc(), Record);
635 Writer.AddSourceLocation(D->getCategoryNameLoc(), Record);
/external/clang/lib/AST/
H A DASTImporter.cpp3329 Importer.Import(D->getCategoryNameLoc()),
3628 SourceLocation CategoryNameLoc = Importer.Import(D->getCategoryNameLoc());

Completed in 3046 milliseconds