Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DParsedAttr.cpp186 bool ParsedAttr::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in ParsedAttr
/external/clang/lib/Sema/
DAttributeList.cpp212 bool AttributeList::existsInTarget(const TargetInfo &Target) const { in existsInTarget() function in AttributeList
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h89 virtual bool existsInTarget(const TargetInfo &Target) const { in existsInTarget() function