HomeSort by relevance Sort by last modified time
    Searched refs:ContextParam (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
ScopeInfo.h 549 ImplicitParamDecl *ContextParam;
558 ContextParam(Context), CapRegionKind(K)
  /external/clang/lib/AST/
ItaniumMangle.cpp 55 if (ParmVarDecl *ContextParam
57 return ContextParam->getDeclContext();
62 if (ParmVarDecl *ContextParam
64 return ContextParam->getDeclContext();
    [all...]

Completed in 4848 milliseconds