Home
last modified time | relevance | path

Searched refs:existsInTarget (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DParsedAttr.cpp194 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in ParsedAttr
195 return getInfo().existsInTarget(Target); in existsInTarget()
H A DSemaStmtAttr.cpp397 !(A.existsInTarget(S.Context.getTargetInfo()) || in ProcessStmtAttribute()
399 A.existsInTarget(*Aux)))) { in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp2078 if (!AL.existsInTarget(Context.getTargetInfo())) { in CheckAttrTarget()
7694 !AL.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h101 virtual bool existsInTarget(const TargetInfo &Target) const { in existsInTarget() function
620 bool existsInTarget(const TargetInfo &Target) const;
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangPlugins.rst110 * ``existsInTarget``, which checks if the attribute is permitted for the given