Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2195 llvm::SmallDenseSet<const ValueDecl *, 4> ImplicitDeclarations; member in __anon45dbc4931311::DSAAttrChecker
2234 if (DVar.RefExpr || !ImplicitDeclarations.insert(VD).second) in VisitDeclRefExpr()
2334 if (DVar.RefExpr || !ImplicitDeclarations.insert(FD).second) in VisitMemberExpr()