Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6356 bool IsDependentContext = DC->isDependentContext(); in HandleDeclarator() local
6358 if (!IsDependentContext && in HandleDeclarator()
6386 if (EnteringContext && IsDependentContext && in HandleDeclarator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3323 bool IsDependentContext = DC != LexicalDC ? LexicalDC->isDependentContext() in VisitRecordDecl() local
3325 bool DependentFriend = IsFriendTemplate && IsDependentContext; in VisitRecordDecl()