Home
last modified time | relevance | path

Searched refs:DuplicateTune (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAttr.h358 bool DuplicateTune = false; member
361 DuplicateTune == Other.DuplicateTune &&
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td2626 Ret.DuplicateTune = true;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3139 if (ParsedAttrs.DuplicateTune) in checkTargetAttr()