Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h185 virtual void handleFunExcludesLock(StringRef Kind, Name FunName, in handleFunExcludesLock() argument
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafety.h220 virtual void handleFunExcludesLock(StringRef Kind, Name FunName, in handleFunExcludesLock() argument
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp388 StringRef FunName);
3517 StringRef FunName, in SynthesizeBlockDescriptor() argument
3536 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
3537 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
3544 StringRef FunName) { in SynthesizeBlockLiterals() argument
3584 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
3585 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
3591 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
3596 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
3599 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
DRewriteModernObjC.cpp478 StringRef FunName);
4306 StringRef FunName, in SynthesizeBlockDescriptor() argument
4325 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
4326 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
4333 StringRef FunName) { in SynthesizeBlockLiterals() argument
4374 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
4375 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
4381 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4386 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4389 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
[all …]
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp388 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()
DRewriteModernObjC.cpp478 StringRef FunName);
4303 StringRef FunName, in SynthesizeBlockDescriptor() argument
4322 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
4323 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
4330 StringRef FunName) { in SynthesizeBlockLiterals() argument
4371 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
4372 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
4378 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4383 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag); in SynthesizeBlockLiterals()
4386 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName, in SynthesizeBlockLiterals()
[all …]
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1703 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, in handleFunExcludesLock() argument
1706 << Kind << FunName << LockName); in handleFunExcludesLock()
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1902 void handleFunExcludesLock(StringRef Kind, Name FunName, Name LockName, in handleFunExcludesLock() argument
1905 << Kind << FunName << LockName); in handleFunExcludesLock()