HomeSort by relevance Sort by last modified time
    Searched refs:EnteringContext (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/clang/include/clang/Sema/
ExternalSemaSource.h 206 bool EnteringContext,
SemaInternal.h 115 bool EnteringContext)
122 EnteringContext(EnteringContext), SearchNamespaces(false) {
330 bool EnteringContext;
MultiplexExternalSemaSource.h 334 bool EnteringContext,
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 111 DeclContext *MemberContext, bool EnteringContext,
118 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext);
153 DeclContext *MemberContext, bool EnteringContext,
160 DestContext = CurrentSema->computeDeclContext(*SS, EnteringContext);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 207 bool EnteringContext,
SemaInternal.h 115 bool EnteringContext)
122 EnteringContext(EnteringContext), SearchNamespaces(false) {
330 bool EnteringContext;
MultiplexExternalSemaSource.h 336 bool EnteringContext,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 207 bool EnteringContext,
SemaInternal.h 115 bool EnteringContext)
122 EnteringContext(EnteringContext), SearchNamespaces(false) {
330 bool EnteringContext;
MultiplexExternalSemaSource.h 336 bool EnteringContext,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 207 bool EnteringContext,
SemaInternal.h 115 bool EnteringContext)
122 EnteringContext(EnteringContext), SearchNamespaces(false) {
330 bool EnteringContext;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 207 bool EnteringContext,
SemaInternal.h 115 bool EnteringContext)
122 EnteringContext(EnteringContext), SearchNamespaces(false) {
330 bool EnteringContext;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 207 bool EnteringContext,
SemaInternal.h 115 bool EnteringContext)
122 EnteringContext(EnteringContext), SearchNamespaces(false) {
330 bool EnteringContext;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 207 bool EnteringContext,
SemaInternal.h 115 bool EnteringContext)
122 EnteringContext(EnteringContext), SearchNamespaces(false) {
330 bool EnteringContext;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 207 bool EnteringContext,
SemaInternal.h 115 bool EnteringContext)
122 EnteringContext(EnteringContext), SearchNamespaces(false) {
330 bool EnteringContext;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ExternalSemaSource.h 207 bool EnteringContext,
SemaInternal.h 115 bool EnteringContext)
122 EnteringContext(EnteringContext), SearchNamespaces(false) {
330 bool EnteringContext;
  /external/clang/lib/Parse/
ParseExprCXX.cpp 81 bool EnteringContext,
95 TemplateName, ObjectType, EnteringContext,
168 /// \param EnteringContext whether we will be entering into the context of
189 bool EnteringContext,
291 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
327 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
360 ObjectType, EnteringContext,
408 EnteringContext)) {
437 EnteringContext) &&
500 ObjectType, EnteringContext, SS
    [all...]
Parser.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 68 /// \param EnteringContext when true, we will be entering the context of
77 bool EnteringContext) {
88 if (EnteringContext) {
457 /// \param EnteringContext If true, enter the context specified by the
486 bool EnteringContext,
508 LookupCtx = computeDeclContext(SS, EnteringContext);
620 CTK_ErrorRecovery, LookupCtx, EnteringContext)) {
    [all...]

Completed in 606 milliseconds

1 2 3