Searched defs:isFailOnly (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 3118 bool isFailOnly() const { return Flags.IsFailOnly; } isFailOnly() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOpenMP.cpp | 11906 bool isFailOnly() const { return IsFailOnly; } isFailOnly() function in __anona1d9ac774311::OpenMPAtomicCompareCaptureChecker |