Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DASTContextParentMapTest.cpp41 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
47 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
DASTTypeTraitsTest.cpp142 EXPECT_TRUE(Verifier.match("void f() {}", typeLoc(loc(functionType())))); in TEST()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp594 TTypeLoc typeLoc = {type, loc}; in growGlobalUniformBlock() local
595 globalUniformBlock->getType().getWritableStruct()->push_back(typeLoc); in growGlobalUniformBlock()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h2115 TTypeLoc typeLoc; in deepCopy() local
2116 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()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp405 REGISTER_MATCHER(typeLoc); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp253 decl(hasDescendant(typeLoc().bind("x")), has(decl())); in TEST()
DASTMatchersTraversalTest.cpp94 typeLoc(hasDescendant(loc(builtinType()))))); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1986 const internal::VariadicAllOfMatcher<TypeLoc> typeLoc; variable
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp2217 TTypeLoc typeLoc = { newType, member->loc }; in remapEntryPointIO() local
2218 list->push_back(typeLoc); in remapEntryPointIO()