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

  /external/clang/lib/Parse/
ParseExprCXX.cpp 77 bool EnteringContext,
91 TemplateName, ObjectType, EnteringContext,
161 /// \param EnteringContext whether we will be entering into the context of
177 bool EnteringContext,
247 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
279 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
312 ObjectType, EnteringContext,
357 EnteringContext)) {
387 EnteringContext) &&
419 ObjectType, EnteringContext, SS)
    [all...]
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp 246 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
399 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
471 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
485 /*EnteringContext=*/false,
825 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 68 /// \param EnteringContext when true, we will be entering the context of
77 bool EnteringContext) {
89 if (EnteringContext) {
410 bool EnteringContext,
429 LookupCtx = computeDeclContext(SS, EnteringContext);
511 LookupCtx, EnteringContext))) {
697 bool EnteringContext,
704 EnteringContext, SS,
742 bool EnteringContext) {
748 EnteringContext, SS,
    [all...]
SemaLookup.cpp     [all...]
SemaTemplate.cpp 138 bool EnteringContext,
167 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
247 bool EnteringContext,
270 LookupCtx = computeDeclContext(SS, EnteringContext);
    [all...]
SemaExprCXX.cpp 46 bool EnteringContext) {
103 DeclContext *DC = computeDeclContext(SS, EnteringContext);
118 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
124 LookupCtx = computeDeclContext(SS, EnteringContext);
189 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 473 bool TryAnnotateTypeOrScopeToken(bool EnteringContext = false,
475 bool TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext,
479 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 112 milliseconds