Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DVariadicMacroSupport.h56 void exitScope() { in exitScope() function
61 ~VariadicMacroScopeGuard() { exitScope(); } in ~VariadicMacroScopeGuard()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h691 Vs.exitScope(*VarDecl); in traverse()
746 Vs.exitScope(*VarDecl); in traverse()
1880 Vs.exitScope(*VarDecl); in traverse()
H A DThreadSafetyTraverse.h284 void exitScope(const Variable &Orig) {} in exitScope() function