Home
last modified time | relevance | path

Searched refs:setExceptionVariable (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h1081 void setExceptionVariable(bool EV) { VarDeclBits.ExceptionVar = EV; } in setExceptionVariable() function
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3163 New->setExceptionVariable(true); in BuildObjCExceptionDecl()
DSemaDeclCXX.cpp10283 ExDecl->setExceptionVariable(true); in BuildExceptionDeclaration()