Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h283 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } in enterScope() function
344 void enterScope(const Variable *V1, const Variable *V2) {} in enterScope() function
380 void enterScope(const Variable* V1, const Variable* V2) {} in enterScope() function
H A DThreadSafetyTIL.h699 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse()
711 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
754 Variable *Nvd = Vs.enterScope(*VarDecl, nullptr); in traverse()
763 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
1885 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse()
1897 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2988 VariadicMacroScopeGuard.enterScope(); in ReadOptionalMacroParameterListAndBody()