Home
last modified time | relevance | path

Searched refs:FunName (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafety.h207 virtual void handleFunExcludesLock(StringRef Kind, Name FunName, in handleFunExcludesLock() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp389 StringRef FunName);
3504 StringRef FunName, in SynthesizeBlockDescriptor() argument
3523 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
3524 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
3531 StringRef FunName) { in SynthesizeBlockLiterals() argument
3571 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
3572 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
3578 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
3583 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
3586 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
H A DRewriteModernObjC.cpp479 StringRef FunName);
4298 StringRef FunName, in SynthesizeBlockDescriptor() argument
4317 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
4318 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
4325 StringRef FunName) { in SynthesizeBlockLiterals() argument
4366 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
4367 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
4373 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4378 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4381 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1829 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, in handleFunExcludesLock() argument
1832 << Kind << FunName << LockName); in handleFunExcludesLock()