Searched refs:enterScope (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/include/clang/Lex/ |
D | VariadicMacroSupport.h | 49 void enterScope() { in enterScope() function
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 256 Variable *enterScope(Variable &Orig, R_SExpr E0) { return &Orig; } in enterScope() function 323 void enterScope(const Variable* V1, const Variable* V2) { } in enterScope() function 363 void enterScope(const Variable* V1, const Variable* V2) { } in enterScope() function
|
D | ThreadSafetyTIL.h | 679 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse() 691 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare() 734 Variable *Nvd = Vs.enterScope(*VarDecl, nullptr); in traverse() 743 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare() 1884 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse() 1896 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyTraverse.h | 283 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
|
D | ThreadSafetyTIL.h | 689 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse() 701 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare() 744 Variable *Nvd = Vs.enterScope(*VarDecl, nullptr); in traverse() 753 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare() 1880 Variable *Nvd = Vs.enterScope(*VarDecl, E0); in traverse() 1892 Cmp.enterScope(variableDecl(), E->variableDecl()); in compare()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPDirectives.cpp | 2569 VariadicMacroScopeGuard.enterScope(); in ReadOptionalMacroParameterListAndBody()
|