Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPContext.h173 virtual bool matchesISATrait(StringRef) const { return false; } in matchesISATrait() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPContext.cpp213 return Ctx.matchesISATrait(RawString); in isVariantApplicableInContextHelper()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DOpenMPClause.cpp2487 bool TargetOMPContext::matchesISATrait(StringRef RawString) const { in matchesISATrait() function in TargetOMPContext
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h8556 bool matchesISATrait(StringRef RawString) const override;