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

  /external/clang/include/clang/Sema/
TypoCorrection.h 317 DeclContext *CurContext;
Sema.h 252 /// CurContext - This is the current declaration context of parsing.
253 DeclContext *CurContext;
556 : S(S), SavedContext(S.CurContext),
561 S.CurContext = ContextToPush;
568 S.CurContext = SavedContext;
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 282 bool CheckHiddenResult(Result &R, DeclContext *CurContext,
291 /// \param CurContext the context in which this result will be named.
292 void MaybeAddResult(Result R, DeclContext *CurContext = nullptr);
299 /// \param CurContext the context in which this result will be named.
305 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding,
437 /// (\p CurContext) to the target context (\p TargetContext).
441 /// \param CurContext the context where an entity is being named, which is
451 const DeclContext *CurContext,
456 CommonAncestor && !CommonAncestor->Encloses(CurContext);
554 bool ResultBuilder::CheckHiddenResult(Result &R, DeclContext *CurContext,
    [all...]
SemaTemplate.cpp     [all...]

Completed in 163 milliseconds