Home
last modified time | relevance | path

Searched refs:Elab (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DType.cpp2496 if (const ElaboratedType *Elab = dyn_cast<ElaboratedType>(this)) in isElaboratedTypeSpecifier() local
2497 Keyword = Elab->getKeyword(); in isElaboratedTypeSpecifier()
/external/llvm-project/clang/lib/AST/
DType.cpp2907 if (const auto *Elab = dyn_cast<ElaboratedType>(this)) in isElaboratedTypeSpecifier() local
2908 Keyword = Elab->getKeyword(); in isElaboratedTypeSpecifier()