Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DParsedAttr.cpp205 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in ParsedAttr
206 return getInfo().existsInTarget(Target); in existsInTarget()
H A DSemaStmtAttr.cpp459 !(A.existsInTarget(S.Context.getTargetInfo()) || in ProcessStmtAttribute()
461 A.existsInTarget(*Aux)))) { in ProcessStmtAttribute()
H A DSemaDeclAttr.cpp2220 if (!AL.existsInTarget(Context.getTargetInfo())) { in CheckAttrTarget()
8597 !AL.existsInTarget(S.Context.getTargetInfo())) { in ProcessDeclAttribute()
H A DSemaCodeComplete.cpp4543 if (A.IsTargetSpecific && !A.existsInTarget(Context.getTargetInfo())) in CodeCompleteAttribute()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h121 virtual bool existsInTarget(const TargetInfo &Target) const { in existsInTarget() function
649 bool existsInTarget(const TargetInfo &Target) const;
/openbsd-src/gnu/llvm/clang/docs/
H A DClangPlugins.rst110 * ``existsInTarget``, which checks if the attribute is permitted for the given