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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DVariadicMacroSupport.h49 void enterScope() { function in class:clang::VariadicMacroScopeGuard
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h283 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } function in class:clang::threadSafety::til::VisitReducer
348 void enterScope(const Variable *V1, const Variable *V2) {} function in class:clang::threadSafety::til::EqualsComparator
386 void enterScope(const Variable* V1, const Variable* V2) {} function in class:clang::threadSafety::til::MatchComparator
H A DThreadSafetyTIL.h687 Variable *Nvd = Vs.enterScope(*VarDecl, E0);
699 Cmp.enterScope(variableDecl(), E->variableDecl());
742 Variable *Nvd = Vs.enterScope(*VarDecl, nullptr);
751 Cmp.enterScope(variableDecl(), E->variableDecl());
1878 Variable *Nvd = Vs.enterScope(*VarDecl, E0);
1890 Cmp.enterScope(variableDecl(), E->variableDecl());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2502 VariadicMacroScopeGuard.enterScope();

Completed in 274 milliseconds