HomeSort by relevance Sort by last modified time
    Searched defs:CurContext (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaCodeComplete.cpp 276 bool CheckHiddenResult(Result &R, DeclContext *CurContext,
285 /// \param CurContext the context in which this result will be named.
286 void MaybeAddResult(Result R, DeclContext *CurContext = 0);
293 /// \param CurContext the context in which this result will be named.
299 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding,
431 /// (\p CurContext) to the target context (\p TargetContext).
435 /// \param CurContext the context where an entity is being named, which is
445 DeclContext *CurContext,
450 CommonAncestor && !CommonAncestor->Encloses(CurContext);
549 bool ResultBuilder::CheckHiddenResult(Result &R, DeclContext *CurContext,
    [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 212 /// CurContext - This is the current declaration context of parsing.
213 DeclContext *CurContext;
453 : S(S), SavedContext(S.CurContext),
458 S.CurContext = ContextToPush;
463 S.CurContext = SavedContext;
    [all...]

Completed in 28 milliseconds