Home
last modified time | relevance | path

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

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