Home
last modified time | relevance | path

Searched refs:GuardedScope (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLocalVarsChecker.cpp156 auto *GuardedScope = const_cast<CompoundStmt *>(FirstCompondStmt); in isGuardedScopeEmbeddedInGuardianScope() local
157 return guardianVisitor.TraverseCompoundStmt(GuardedScope); in isGuardedScopeEmbeddedInGuardianScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4877 const char *GuardedScope = underscoreAttrScope(Scope); in CodeCompleteAttribute() local
4878 if (!GuardedScope) in CodeCompleteAttribute()
4880 Add(GuardedScope, Name, /*Underscores=*/true); in CodeCompleteAttribute()