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
348 void enterScope(const Variable *V1, const Variable *V2) {} in enterScope() function
386 void enterScope(const Variable* V1, const Variable* V2) {} in enterScope() function
H A DThreadSafetyTIL.h698 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse()
710 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
753 Variable *Nvd = Vs.enterScope(*VarDecl, nullptr); in traverse()
762 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
1887 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse()
1899 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2954 VariadicMacroScopeGuard.enterScope(); in ReadOptionalMacroParameterListAndBody()