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
182 bool EnteringContext,
264 Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
296 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
329 ObjectType, EnteringContext,
377 EnteringContext)) {
407 EnteringContext) &&
442 ObjectType, EnteringContext, SS)
    [all...]
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp 247 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
400 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
473 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false,
504 } else if (ParseUnqualifiedId(SS, /*EnteringContext=*/ false,
864 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) {
88 if (EnteringContext) {
395 bool EnteringContext,
414 LookupCtx = computeDeclContext(SS, EnteringContext);
496 LookupCtx, EnteringContext))) {
686 bool EnteringContext,
693 EnteringContext, SS,
731 bool EnteringContext) {
737 EnteringContext, SS,
    [all...]
SemaLookup.cpp     [all...]
SemaTemplate.cpp 139 bool EnteringContext,
168 LookupTemplateName(R, S, SS, ObjectType, EnteringContext,
249 bool EnteringContext,
273 LookupCtx = computeDeclContext(SS, EnteringContext);
    [all...]
SemaExprCXX.cpp 83 bool EnteringContext) {
140 DeclContext *DC = computeDeclContext(SS, EnteringContext);
155 LookupCtx = computeDeclContext(PrefixSS, EnteringContext);
161 LookupCtx = computeDeclContext(SS, EnteringContext);
226 if (DeclContext *Ctx = computeDeclContext(SS, EnteringContext)) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 501 bool TryAnnotateTypeOrScopeToken(bool EnteringContext = false,
503 bool TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext,
507 bool TryAnnotateCXXScopeToken(bool EnteringContext = false);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 163 milliseconds