Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1320 unsigned NumExceptionsOrDecls; member
1403 if (NumExceptionsOrDecls != 0) in destroy()
1486 return NumExceptionsOrDecls; in getNumExceptions()
1493 return llvm::makeArrayRef(DeclsInPrototype, NumExceptionsOrDecls); in getDeclsInPrototype()