Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1293 unsigned NumExceptionsOrDecls; member
1372 if (NumExceptionsOrDecls != 0) in destroy()
1465 return NumExceptionsOrDecls; in getNumExceptions()
1472 return llvm::makeArrayRef(DeclsInPrototype, NumExceptionsOrDecls); in getDeclsInPrototype()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp199 I.Fun.NumExceptionsOrDecls = 0; in getFunction()
248 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
271 I.Fun.NumExceptionsOrDecls = DeclsInPrototype.size(); in getFunction()