Home
last modified time | relevance | path

Searched defs:existsInTarget (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h126 virtual bool existsInTarget(const TargetInfo &Target) const { return true; } existsInTarget() function
/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp201 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const { existsInTarget() function in ParsedAttr