Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp208 I.Fun.NumExceptionsOrDecls = 0; in getFunction()
258 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
281 I.Fun.NumExceptionsOrDecls = DeclsInPrototype.size(); in getFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1407 unsigned NumExceptionsOrDecls; member
1490 if (NumExceptionsOrDecls != 0) in destroy()
1573 return NumExceptionsOrDecls; in getNumExceptions()
1580 return llvm::ArrayRef(DeclsInPrototype, NumExceptionsOrDecls); in getDeclsInPrototype()