Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h173 virtual bool matchesISATrait(StringRef) const { return false; } in matchesISATrait() function
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp212 return Ctx.matchesISATrait(RawString); in isVariantApplicableInContextHelper()
/openbsd/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp2657 bool TargetOMPContext::matchesISATrait(StringRef RawString) const { in matchesISATrait() function in TargetOMPContext
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h8857 bool matchesISATrait(StringRef RawString) const override;