Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp72 bool useExpansionLoc = true; in diagnoseBadTypeAttribute() local
83 useExpansionLoc = false; in diagnoseBadTypeAttribute()
93 if (useExpansionLoc && loc.isMacroID() && II) { in diagnoseBadTypeAttribute()