Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGClass.cpp568 bool isBaseVirtual = BaseInit->isBaseVirtual(); in EmitBaseInitializer() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2342 bool isBaseVirtual() const { in isBaseVirtual() function