Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3304 StringRef ArchValue = CurFeature.split("=").second.trim(); in checkTargetAttr() local
3306 << "target(arch=..)" << ArchValue; in checkTargetAttr()