Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp73 bool useExpansionLoc = true; in diagnoseBadTypeAttribute() local
84 useExpansionLoc = false; in diagnoseBadTypeAttribute()
94 if (useExpansionLoc && loc.isMacroID() && II) { in diagnoseBadTypeAttribute()