Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp211 I.Fun.NumExceptionsOrDecls = 0; in getFunction()
261 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
284 I.Fun.NumExceptionsOrDecls = DeclsInPrototype.size(); in getFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1359 unsigned NumExceptionsOrDecls; member
1442 if (NumExceptionsOrDecls != 0) in destroy()
1525 return NumExceptionsOrDecls; in getNumExceptions()
1532 return llvm::ArrayRef(DeclsInPrototype, NumExceptionsOrDecls); in getDeclsInPrototype()