Searched defs:ConstDecl (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGHLSLRuntime.cpp | 148 if (auto *ConstDecl = dyn_cast<VarDecl>(it)) { addBufferDecls() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDecl.cpp | 7324 if (const auto *ConstDecl = RD->getAttr<ReadOnlyPlacementAttr>()) { emitReadOnlyPlacementAttrWarning() local |