Home
last modified time | relevance | path

Searched defs:typedefDecl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp365 bool typedefDecl = acceptTokenClass(EHTokTypedef); in acceptDeclaration() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslGrammar.cpp365 bool typedefDecl = acceptTokenClass(EHTokTypedef); in acceptDeclaration() local
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h170 const internal::VariadicDynCastAllOfMatcher<Decl, TypedefDecl> typedefDecl; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaType.cpp5868 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier() local