Home
last modified time | relevance | path

Searched refs:MethodName (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DConsumed.h111 virtual void warnUseOfTempInInvalidState(StringRef MethodName, in warnUseOfTempInInvalidState() argument
125 virtual void warnUseInInvalidState(StringRef MethodName, in warnUseInInvalidState() argument
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp2132 std::string MethodName = in dumpLayout() local
2136 MethodNamesAndDecls.insert(std::make_pair(MethodName, MD)); in dumpLayout()
2142 const std::string &MethodName = I->first; in dumpLayout() local
2152 Out << "Thunks for '" << MethodName << "' (" << ThunksVector.size(); in dumpLayout()
2200 std::string MethodName = in dumpLayout() local
2208 IndicesMap[VTableIndex] = MethodName + " [complete]"; in dumpLayout()
2209 IndicesMap[VTableIndex + 1] = MethodName + " [deleting]"; in dumpLayout()
2212 IndicesMap[MethodVTableIndices[MD]] = MethodName; in dumpLayout()
2225 const std::string &MethodName = I->second; in dumpLayout() local
2227 Out << llvm::format("%4" PRIu64 " | ", VTableIndex) << MethodName in dumpLayout()
[all …]
/minix3/minix/drivers/power/acpi/include/
H A Dachware.h133 char *MethodName,
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1326 std::string MethodName = MethodIdName->getName(); in migrateFactoryMethod() local
1328 StringRef STRefMethodName(MethodName); in migrateFactoryMethod()
1338 MethodName = STRefMethodName.substr(len); in migrateFactoryMethod()
1340 std::string MethodNameSubStr = MethodName.substr(0, 3); in migrateFactoryMethod()
1348 StringRef LoweredMethodName(MethodName); in migrateFactoryMethod()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1765 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State, in warnUseOfTempInInvalidState() argument
1769 diag::warn_use_of_temp_in_invalid_state) << MethodName << State); in warnUseOfTempInInvalidState()
1774 void warnUseInInvalidState(StringRef MethodName, StringRef VariableName, in warnUseInInvalidState() argument
1778 MethodName << VariableName << State); in warnUseInInvalidState()
H A DSemaLambda.cpp379 DeclarationName MethodName in startLambdaDefinition() local
388 DeclarationNameInfo(MethodName, in startLambdaDefinition()
404 Method->getLocation(), MethodName, in startLambdaDefinition()
H A DSemaDeclObjC.cpp2461 std::string MethodName = Method->getSelector().getAsString(); in HelperSelectorsForTypoCorrection() local
2463 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size()); in HelperSelectorsForTypoCorrection()
2467 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance); in HelperSelectorsForTypoCorrection()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp879 StringRef CategoryName, const Selector MethodName, in SymbolNameForMethod() argument
881 std::string MethodNameColonStripped = MethodName.getAsString(); in SymbolNameForMethod()
2586 Selector MethodName = OMD->getSelector(); in GenerateMethod() local
2593 MethodName, isClassMethod); in GenerateMethod()
H A DCGDebugInfo.cpp185 SmallString<256> MethodName; in getObjCMethodName() local
186 llvm::raw_svector_ostream OS(MethodName); in getObjCMethodName()
1077 StringRef MethodName = getFunctionName(Method); in CreateCXXMemberFunction() local
1137 RecordTy, MethodName, MethodLinkageName, MethodDefUnit, MethodLine, in CreateCXXMemberFunction()