reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Sema.h
11520     const DeclContext *DC = getCurLexicalContext();
tools/clang/lib/Parse/ParseOpenMP.cpp
  316       getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS);
  549       getCurScope(), Actions.getCurLexicalContext(), MapperId, MapperType,
tools/clang/lib/Sema/SemaDecl.cpp
13626   if (getCurLexicalContext()->isObjCContainer() &&
13627       getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
13628       getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation)
15724   if (getCurLexicalContext()->isObjCContainer() &&
tools/clang/lib/Sema/SemaDeclAttr.cpp
 1845     if (S.LookupQualifiedName(LR, S.getCurLexicalContext()))
 8121   Decl *Ctx = cast<Decl>(S.getCurLexicalContext());
tools/clang/lib/Sema/SemaDeclObjC.cpp
 4799   if (isa<TranslationUnitDecl>(getCurLexicalContext()->getRedeclContext()))
tools/clang/lib/Sema/SemaOpenMP.cpp
 2220              SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(),
 2242       return SemaRef.isDeclInScope(ND, SemaRef.getCurLexicalContext(),
 2309       !getCurLexicalContext()->isTranslationUnit()) {
 2324       !CanonicalVD->getDeclContext()->Equals(getCurLexicalContext())) {
 2339       (!getCurLexicalContext()->isFileContext() ||
 2340        !getCurLexicalContext()->Encloses(CanonicalVD->getDeclContext()))) {
 2354       !isDeclInScope(ND, getCurLexicalContext(), CurScope)) {
 2496     D = OMPThreadPrivateDecl::Create(Context, getCurLexicalContext(), Loc,
 2657     Owner = getCurLexicalContext();
 2704     return OMPRequiresDecl::Create(Context, getCurLexicalContext(), Loc,
16153   DeclContext *CurLexicalContext = getCurLexicalContext();
tools/clang/lib/Sema/SemaPseudoObject.cpp
  696   if (S.getCurLexicalContext()->isObjCContainer() &&
  697       S.getCurLexicalContext()->getDeclKind() != Decl::ObjCCategoryImpl &&
  698       S.getCurLexicalContext()->getDeclKind() != Decl::ObjCImplementation) {