Home
last modified time | relevance | path

Searched defs:recordDecl (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DAbstractBasicWriter.h183 if (const auto *recordDecl = dyn_cast<CXXRecordDecl>(baseOrMember)) { in writeLValuePathSerializationHelper() local
DAbstractBasicReader.h200 if (auto *recordDecl = dyn_cast<CXXRecordDecl>(decl)) in readLValuePathSerializationHelper() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DAbstractBasicWriter.h183 if (const auto *recordDecl = dyn_cast<CXXRecordDecl>(baseOrMember)) { in writeLValuePathSerializationHelper() local
DAbstractBasicReader.h200 if (auto *recordDecl = dyn_cast<CXXRecordDecl>(decl)) in readLValuePathSerializationHelper() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DAbstractBasicWriter.h183 if (const auto *recordDecl = dyn_cast<CXXRecordDecl>(baseOrMember)) { in writeLValuePathSerializationHelper() local
DAbstractBasicReader.h200 if (auto *recordDecl = dyn_cast<CXXRecordDecl>(decl)) in readLValuePathSerializationHelper() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DAbstractBasicWriter.h183 if (const auto *recordDecl = dyn_cast<CXXRecordDecl>(baseOrMember)) { in writeLValuePathSerializationHelper() local
DAbstractBasicReader.h200 if (auto *recordDecl = dyn_cast<CXXRecordDecl>(decl)) in readLValuePathSerializationHelper() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp635 const std::string recordDecl = "layout(shaderRecordEXT, std430) buffer Rec {\n" in initPrograms() local
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h354 RecordDecl> recordDecl; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaType.cpp3375 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator() local