Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp79 bool useExpansionLoc = true; in diagnoseBadTypeAttribute() local
90 useExpansionLoc = false; in diagnoseBadTypeAttribute()
100 if (useExpansionLoc && loc.isMacroID() && II) { in diagnoseBadTypeAttribute()