Home
last modified time | relevance | path

Searched refs:CheckGlobal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyCheck.cpp149 StringRef LocalName, ArrayRef<NameAndValue> Mapping, bool CheckGlobal, in getEnumInt() argument
151 if (!CheckGlobal && Context->getOptionsCollector()) in getEnumInt()
153 auto Iter = CheckGlobal in getEnumInt()
H A DClangTidyCheck.h383 bool CheckGlobal, bool IgnoreCase) const;
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterp.cpp164 static bool CheckGlobal(InterpState &S, CodePtr OpPC, const Pointer &Ptr) { in CheckGlobal() function
308 if (!CheckGlobal(S, OpPC, Ptr)) in CheckStore()