Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DQualTypeNamesTest.cpp185 TypeNameVisitor GlobalNsPrefix; in TEST() local
186 GlobalNsPrefix.WithGlobalNsPrefix = true; in TEST()
187 GlobalNsPrefix.ExpectedQualTypeNames["IntVal"] = "int"; in TEST()
188 GlobalNsPrefix.ExpectedQualTypeNames["BoolVal"] = "bool"; in TEST()
189 GlobalNsPrefix.ExpectedQualTypeNames["XVal"] = "::A::B::X"; in TEST()
190 GlobalNsPrefix.ExpectedQualTypeNames["IntAliasVal"] = "::A::B::Alias<int>"; in TEST()
191 GlobalNsPrefix.ExpectedQualTypeNames["ZVal"] = "::A::B::Y::Z"; in TEST()
192 GlobalNsPrefix.ExpectedQualTypeNames["GlobalZVal"] = "::Z"; in TEST()
193 GlobalNsPrefix.ExpectedQualTypeNames["CheckK"] = "D::aStruct"; in TEST()
194 GlobalNsPrefix.runOver( in TEST()