Home
last modified time | relevance | path

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

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