Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp210 I.Fun.NumExceptionsOrDecls = 0; in getFunction()
260 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
283 I.Fun.NumExceptionsOrDecls = DeclsInPrototype.size(); in getFunction()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1321 unsigned NumExceptionsOrDecls; member
1404 if (NumExceptionsOrDecls != 0) in destroy()
1487 return NumExceptionsOrDecls; in getNumExceptions()
1494 return llvm::makeArrayRef(DeclsInPrototype, NumExceptionsOrDecls); in getDeclsInPrototype()