Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp209 I.Fun.NumExceptionsOrDecls = 0; in getFunction()
259 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
282 I.Fun.NumExceptionsOrDecls = DeclsInPrototype.size(); in getFunction()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1309 unsigned NumExceptionsOrDecls; member
1392 if (NumExceptionsOrDecls != 0) in destroy()
1485 return NumExceptionsOrDecls; in getNumExceptions()
1492 return llvm::makeArrayRef(DeclsInPrototype, NumExceptionsOrDecls); in getDeclsInPrototype()