Searched defs:GuardName (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | BlockInCriticalSectionChecker.cpp | 97 mutable llvm::SmallString<32> GuardName{}; global() member in __anon47d7b2380111::RAIIMutexDescriptor |
/llvm-project/clang-tools-extra/clangd/unittests/ | ||
H A D | ParsedASTTests.cpp | 459 std::string GuardName = ("GUARD_" + llvm::Twine(++GuardID)).str(); in guard() local |
/llvm-project/clang-tools-extra/clang-move/ | ||
H A D | Move.cpp | 374 std::string GuardName(FileName); in createInsertedReplacements() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | MicrosoftCXXABI.cpp | 2671 SmallString<256> GuardName; EmitGuardedInit() local |