Searched refs:typeLoc (Results 1 – 9 of 9) sorted by relevance
41 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()47 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
142 EXPECT_TRUE(Verifier.match("void f() {}", typeLoc(loc(functionType())))); in TEST()
594 TTypeLoc typeLoc = {type, loc}; in growGlobalUniformBlock() local595 globalUniformBlock->getType().getWritableStruct()->push_back(typeLoc); in growGlobalUniformBlock()
2115 TTypeLoc typeLoc; in deepCopy() local2116 typeLoc.loc = (*copyOf.structure)[i].loc; in deepCopy()2117 typeLoc.type = new TType(); in deepCopy()2118 typeLoc.type->deepCopy(*(*copyOf.structure)[i].type, copiedMap); in deepCopy()2119 structure->push_back(typeLoc); in deepCopy()
405 REGISTER_MATCHER(typeLoc); in RegistryMaps()
253 decl(hasDescendant(typeLoc().bind("x")), has(decl())); in TEST()
94 typeLoc(hasDescendant(loc(builtinType()))))); in TEST()
1986 const internal::VariadicAllOfMatcher<TypeLoc> typeLoc; variable
2217 TTypeLoc typeLoc = { newType, member->loc }; in remapEntryPointIO() local2218 list->push_back(typeLoc); in remapEntryPointIO()