Home
last modified time | relevance | path

Searched defs:indexDecl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/lib/Index/
H A DIndexDecl.cpp414 bool IndexingContext::indexDecl(const Decl *D) { in indexDecl() function in IndexingContext
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3705 const std::string indexDecl = (useAttIndex ? (", index=" + idxStr) : ""); in initPrograms() local