Searched defs:existsInTarget (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Basic/ | ||
H A D | ParsedAttrInfo.h | 126 virtual bool existsInTarget(const TargetInfo &Target) const { return true; } existsInTarget() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | ParsedAttr.cpp | 201 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const { existsInTarget() function in ParsedAttr |