Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DVariadicMacroSupport.h50 void enterScope() { in enterScope() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h284 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } in enterScope() function
349 void enterScope(const Variable *V1, const Variable *V2) {} in enterScope() function
387 void enterScope(const Variable* V1, const Variable* V2) {} in enterScope() function
H A DThreadSafetyTIL.h688 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse()
700 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
743 Variable *Nvd = Vs.enterScope(*VarDecl, nullptr); in traverse()
752 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
1879 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse()
1891 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp2365 VariadicMacroScopeGuard.enterScope(); in ReadOptionalMacroParameterListAndBody()