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,
122 /// \param EnteringContext whether we will be entering into the context of
138 bool EnteringContext,
206 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
238 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
271 ObjectType, EnteringContext,
317 EnteringContext)) {
347 EnteringContext) &&
377 ObjectType, EnteringContext, SS)
    [all...]
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp 238 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
391 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
459 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
473 /*EnteringContext=*/false,
790 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 74 /// \param EnteringContext when true, we will be entering the context of
83 bool EnteringContext) {
95 if (EnteringContext) {
417 bool EnteringContext,
436 LookupCtx = computeDeclContext(SS, EnteringContext);
518 LookupCtx, EnteringContext))) {
700 bool EnteringContext,
707 EnteringContext, SS,
745 bool EnteringContext) {
751 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 44 bool EnteringContext) {
101 DeclContext *DC = computeDeclContext(SS, EnteringContext);
116 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
122 LookupCtx = computeDeclContext(SS, EnteringContext);
187 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 538 bool TryAnnotateTypeOrScopeToken(bool EnteringContext = false,
540 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 108 milliseconds