Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp2079 if (!AL.existsInTarget(Context.getTargetInfo())) { in CheckAttrTarget()
7816 !AL.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
/freebsd-13.1/contrib/llvm-project/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;