Searched refs:CategoryName (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp340 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic); local
345 Out << clang_getCString(CategoryName);
348 clang_disposeString(CategoryName);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp447 StringRef CategoryName,
2784 StringRef CategoryName,
3168 const std::string CategoryName = "AnotherHack"; local
3169 Elements.add(MakeConstantString(CategoryName));
3173 ClassName, CategoryName, {}, false), PtrTy);
3176 ClassName, CategoryName, {}, true), PtrTy);
3257 std::string CategoryName = OCD->getNameAsString(); local
3264 Elements.add(MakeConstantString(CategoryName));
3271 GenerateMethodList(ClassName, CategoryName, InstanceMethods, false),
3279 GenerateMethodList(ClassName, CategoryName, ClassMethod
2783 GenerateMethodList(StringRef ClassName, StringRef CategoryName, ArrayRef<const ObjCMethodDecl*> Methods, bool isClassMethodList) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp1805 IdentifierInfo *CategoryName, SourceLocation CategoryLoc,
1817 CategoryName == nullptr)) {
1822 ClassLoc, CategoryLoc, CategoryName,
1832 if (!CategoryName && IDecl->getImplementation()) {
1838 if (CategoryName) {
1841 = IDecl->FindCategoryDeclaration(CategoryName)) {
1844 << ClassName << CategoryName; local
1853 CategoryName
1860 << (CategoryName != nullptr)
1869 ClassLoc, CategoryLoc, CategoryName, IDec
1802 ActOnStartCategoryInterface( SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl *const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, const ParsedAttributesView &AttrList) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9512 IdentifierInfo *CategoryName, SourceLocation CategoryLoc,

Completed in 372 milliseconds