Searched refs:emitCtor (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 2979 auto emitCtor = [&](bool emitOpt, bool emitFake, bool emitNoArgs) { in emitAttributes() local 3068 emitCtor(true, true, false); in emitAttributes() 3072 emitCtor(true, false, false); in emitAttributes() 3076 emitCtor(false, false, false); in emitAttributes() 3085 emitCtor(false, false, true); in emitAttributes()
|