Searched defs:EnteringContext (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 77 bool EnteringContext) { in computeDeclContext() 462 bool EnteringContext, in BuildCXXNestedNameSpecifier() 800 bool EnteringContext, in ActOnCXXNestedNameSpecifier() 848 bool EnteringContext) { in IsInvalidUnlessNestedName() 867 bool EnteringContext) { in ActOnCXXNestedNameSpecifier()
|
D | MultiplexExternalSemaSource.cpp | 293 bool EnteringContext, in CorrectTypo()
|
D | SemaLookup.cpp | 2135 bool AllowBuiltinCreation, bool EnteringContext) { in LookupParsedName() 4186 bool EnteringContext, in LookupPotentialTypoResult() 4388 DeclContext *MemberContext, bool EnteringContext, in makeTypoCorrectionConsumer() 4561 bool EnteringContext, in CorrectTypo() 4696 DeclContext *MemberContext, bool EnteringContext, in CorrectTypoDelayed()
|
D | SemaTemplate.cpp | 141 bool EnteringContext, in isTemplateName() 251 bool EnteringContext, in LookupTemplateName() 2984 bool EnteringContext, in ActOnDependentTemplateName()
|
D | SemaExprCXX.cpp | 87 bool EnteringContext) { in getDestructorName()
|
D | SemaCodeComplete.cpp | 4226 bool EnteringContext) { in CodeCompleteQualifiedId()
|
D | SemaDecl.cpp | 4814 bool EnteringContext = !D.getDeclSpec().isFriendSpecified(); in HandleDeclarator() local
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 114 bool EnteringContext) in TypoCorrectionConsumer() 326 bool EnteringContext; variable
|
D | ExternalSemaSource.h | 202 bool EnteringContext, in CorrectTypo()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1395 const bool EnteringContext = false; in TryAnnotateName() local 1555 bool Parser::TryAnnotateTypeOrScopeToken(bool EnteringContext, bool NeedType) { in TryAnnotateTypeOrScopeToken() 1668 bool Parser::TryAnnotateTypeOrScopeTokenAfterScopeSpec(bool EnteringContext, in TryAnnotateTypeOrScopeTokenAfterScopeSpec() 1784 bool Parser::TryAnnotateCXXScopeToken(bool EnteringContext) { in TryAnnotateCXXScopeToken()
|
D | ParseExprCXX.cpp | 81 bool EnteringContext, in CheckForTemplateAndDigraph() 189 bool EnteringContext, in ParseOptionalCXXScopeSpecifier() 1950 bool EnteringContext, in ParseUnqualifiedIdTemplateId() 2153 bool Parser::ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedIdOperator() 2382 bool Parser::ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, in ParseUnqualifiedId()
|
D | ParseDecl.cpp | 2497 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in DiagnoseMissingSemiAfterTagDefinition() local 2631 bool EnteringContext = (DSContext == DSC_class || DSContext == DSC_top_level); in ParseDeclarationSpecifiers() local 4906 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDeclaratorInternal() local 5113 bool EnteringContext = D.getContext() == Declarator::FileContext || in ParseDirectDeclarator() local
|
D | ParseDeclCXX.cpp | 1202 bool EnteringContext, DeclSpecContext DSC, in ParseClassSpecifier()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 107 DeclContext *MemberContext, bool EnteringContext, in CorrectTypo()
|