Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDVariadicMacroSupport.h49 void enterScope() { in enterScope() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyTraverse.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
HDThreadSafetyTIL.h687 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse()
699 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
742 Variable *Nvd = Vs.enterScope(*VarDecl, nullptr); in traverse()
751 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
1878 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse()
1890 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDPPDirectives.cpp2502 VariadicMacroScopeGuard.enterScope(); in ReadOptionalMacroParameterListAndBody()