Searched defs:ClassName (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DNSAPI.cpp22 static const char *ClassName[NumClassIds] = { local
H A DVTableBuilder.cpp2120 std::string ClassName = I->first->getQualifiedNameAsString(); local
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp436 std::string ClassName = TargetName + "GenInstrInfo"; local
440 << " virtual ~" << ClassName << "();\n" local
458 << ClassName << "::~" << ClassName << "() {}\n"; local
H A DSetTheory.cpp269 void SetTheory::addExpander(StringRef ClassName, Expander *E) { argument
273 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { argument
H A DDAGISelMatcherEmitter.cpp707 std::string ClassName = CGP.getSDNodeInfo(SDNode).getSDClassName(); local
711 OS << " " << ClassName << " *N = cast<" << ClassName local
H A DRegisterInfoEmitter.cpp166 << "const RegClassWeight &" << ClassName << "::\n" local
222 << "const char *" << ClassName << "::\n" local
234 << "unsigned " << ClassName << "::\n" local
284 << "const int* " << ClassName << "::\n" local
160 EmitRegUnitPressure(raw_ostream &OS, const CodeGenRegBank &RegBank, const std::string &ClassName) argument
959 std::string ClassName = TargetName + "GenRegisterInfo"; local
966 << " explicit " << ClassName local
1224 std::string ClassName = Target.getName() + "GenRegisterInfo"; local
1231 OS << "const TargetRegisterClass *" << ClassName local
[all...]
H A DSubtargetEmitter.cpp1296 void SubtargetEmitter::EmitSchedModelHelpers(std::string ClassName, argument
1298 OS << "unsigned " << ClassName local
1367 << "} // " << ClassName << "::resolveSchedClass\n"; local
1493 std::string ClassName = Target + "GenSubtargetInfo"; local
1497 << " explicit " << ClassName << "(StringRe local
114 Enumeration(raw_ostream &OS, const char *ClassName, bool isBits) argument
1530 OS << ClassName << "::" << ClassName << "(StringRef TT, StringRef CPU, " local
[all...]
H A DAsmMatcherEmitter.cpp176 std::string ClassName; member in struct:__anon3846::ClassInfo
[all...]
H A DCodeGenDAGPatterns.cpp700 std::string ClassName; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2399 IdentifierInfo *ClassName = Tok.getIdentifierInfo(); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp881 std::string ClassName; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp900 static std::string SymbolNameForMethod(const StringRef &ClassName, argument
1037 llvm::Value *ClassName = CGM.GetAddrOfConstantCString(Name); local
1485 GenerateMethodList(const StringRef &ClassName, argument
1946 const std::string ClassName local
2030 std::string ClassName = OCD->getClassInterface()->getNameAsString(); local
2157 std::string ClassName = ClassDecl->getNameAsString(); local
2177 std::string ClassName = ClassDecl->getNameAsString(); local
2628 StringRef ClassName = CD->getName(); local
[all...]
H A DCGObjCMac.cpp3057 std::string ClassName = ID->getNameAsString(); local
5653 std::string ClassName = ID->getNameAsString(); local
5798 std::string ClassName local
5746 BuildClassMetaData( std::string &ClassName, llvm::Constant *IsAGV, llvm::Constant *SuperClassGV, llvm::Constant *ClassRoGV, bool HiddenVisibility) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp443 ActOnStartClassInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperName, SourceLocation SuperLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
618 ActOnCompatibilityAlias(SourceLocation AtLoc, IdentifierInfo *AliasName, SourceLocation AliasLocation, IdentifierInfo *ClassName, SourceLocation ClassLocation) argument
858 ActOnStartCategoryInterface(SourceLocation AtInterfaceLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CategoryName, SourceLocation CategoryLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc) argument
926 ActOnStartCategoryImplementation( SourceLocation AtCatImplLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc) argument
985 ActOnStartClassImplementation( SourceLocation AtClassImplLoc, IdentifierInfo *ClassName, SourceLocation ClassLoc, IdentifierInfo *SuperClassname, SourceLocation SuperClassLoc) argument
1036 << SuperClassname << ClassName; local
1984 IdentifierInfo *ClassName = IdentList[i]; local
3329 ActOnDefs(Scope *S, Decl *TagD, SourceLocation DeclStart, IdentifierInfo *ClassName, SmallVectorImpl<Decl*> &Decls) argument
[all...]
H A DSemaCodeComplete.cpp5852 void Sema::CodeCompleteObjCSuperclass(Scope *S, IdentifierInfo *ClassName, argument
5897 CodeCompleteObjCInterfaceCategory(Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) argument
5937 CodeCompleteObjCImplementationCategory(Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp5187 RewriteObjCProtocolMetaData( ObjCProtocolDecl *PDecl, StringRef prefix, StringRef ClassName, std::string &Result) argument
5337 RewriteObjCProtocolListMetaData( const ObjCList<ObjCProtocolDecl> &Protocols, StringRef prefix, StringRef ClassName, std::string &Result) argument
5850 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument
[all...]
H A DRewriteModernObjC.cpp6839 StringRef ClassName local
6623 Write__class_ro_t_initializer(ASTContext *Context, std::string &Result, unsigned int flags, const std::string &InstanceStart, const std::string &InstanceSize, ArrayRef<ObjCMethodDecl *>baseMethods, ArrayRef<ObjCProtocolDecl *>baseProtocols, ArrayRef<ObjCIvarDecl *>ivars, ArrayRef<ObjCPropertyDecl *>Properties, StringRef VarName, StringRef ClassName) argument
7221 RewriteObjCProtocolListMetaData( const ObjCList<ObjCProtocolDecl> &Protocols, StringRef prefix, StringRef ClassName, std::string &Result) argument
7664 RewriteObjCMethodsMetaData(MethodIterator MethodBegin, MethodIterator MethodEnd, bool IsInstanceMethod, StringRef prefix, StringRef ClassName, std::string &Result) argument
[all...]

Completed in 222 milliseconds