Home
last modified time | relevance | path

Searched defs:isAbstract (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h66 bool isAbstract() const { in isAbstract() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h172 bool isAbstract() const { in isAbstract() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1724 bool isAbstract = getAbstractScopeDIEs().count(LB->getSubprogram()); in getLexicalBlockDIE() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1229 bool isAbstract() const { return data().Abstract; } in isAbstract() function