Searched refs:CCLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp264 bool Sema::ActOnCXXGlobalScopeSpecifier(Scope *S, SourceLocation CCLoc, argument
266 SS.MakeGlobal(Context, CCLoc);
414 SourceLocation CCLoc,
502 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
589 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
594 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
637 CCLoc);
674 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
700 SourceLocation CCLoc,
707 return BuildCXXNestedNameSpecifier(S, Identifier, IdentifierLoc, CCLoc,
411 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup) argument
697 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS) argument
757 ActOnCXXNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy Template, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext) argument
[all...]
H A DSemaExprCXX.cpp5045 SourceLocation CCLoc,
5131 CCLoc,
5146 SourceLocation CCLoc,
5275 ScopeTypeInfo, CCLoc, TildeLoc,
5040 BuildPseudoDestructorExpr(Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, const CXXScopeSpec &SS, TypeSourceInfo *ScopeTypeInfo, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destructed, bool HasTrailingLParen) argument
5141 ActOnPseudoDestructorExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, UnqualifiedId &FirstTypeName, SourceLocation CCLoc, SourceLocation TildeLoc, UnqualifiedId &SecondTypeName, bool HasTrailingLParen) argument
H A DTreeTransform.h1420 SourceLocation CCLoc,
9228 SourceLocation CCLoc,
9240 SS, ScopeType, CCLoc, TildeLoc,
9255 ScopeType->getTypeLoc(), CCLoc);
9223 RebuildCXXPseudoDestructorExpr(Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) argument
/external/clang/lib/Parse/
H A DParseExprCXX.cpp182 SourceLocation CCLoc = ConsumeToken(); local
183 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
184 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
300 SourceLocation CCLoc = ConsumeToken(); local
315 CCLoc,
320 SS.SetInvalid(SourceRange(StartLoc, CCLoc));
372 SourceLocation CCLoc = ConsumeToken(); local
375 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
377 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
1113 SourceLocation CCLoc; local
[all...]
H A DParseExpr.cpp1149 SourceLocation CCLoc = ConsumeToken();
1151 return ParseCXXNewExpression(true, CCLoc);
1153 return ParseCXXDeleteExpression(true, CCLoc);
1156 Diag(CCLoc, diag::err_expected_expression);
/external/clang/include/clang/Sema/
H A DSema.h3821 SourceLocation CCLoc,
3831 SourceLocation CCLoc,
3871 /// \param CCLoc The location of the '::'.
3877 bool ActOnCXXGlobalScopeSpecifier(Scope *S, SourceLocation CCLoc,
3891 SourceLocation CCLoc,
3906 /// \param CCLoc The location of the '::'.
3923 SourceLocation CCLoc,
3957 /// \param CCLoc The location of the '::'.
3972 SourceLocation CCLoc,

Completed in 185 milliseconds