Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp198 I.Fun.NumExceptionsOrDecls = 0; in getFunction()
247 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
270 I.Fun.NumExceptionsOrDecls = DeclsInPrototype.size(); in getFunction()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h1319 unsigned NumExceptionsOrDecls; member
1398 if (NumExceptionsOrDecls != 0) in destroy()
1491 return NumExceptionsOrDecls; in getNumExceptions()
1498 return llvm::makeArrayRef(DeclsInPrototype, NumExceptionsOrDecls); in getDeclsInPrototype()