Searched defs:CCLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp272 bool Sema::ActOnCXXGlobalScopeSpecifier(SourceLocation CCLoc, argument
274 SS.MakeGlobal(Context, CCLoc);
454 /// \param CCLoc Location of "::" following Identifier.
484 SourceLocation CCLoc,
577 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
596 Diag(CCLoc, diag::err_nested_name_spec_is_not_class)
598 << FixItHint::CreateReplacement(CCLoc, ":");
706 DiagnoseUseOfDecl(SD, CCLoc);
710 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
715 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
481 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
825 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument
888 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.cpp6094 SourceLocation CCLoc,
6180 CCLoc,
6192 SourceLocation CCLoc,
6320 ScopeTypeInfo, CCLoc, TildeLoc,
6089 BuildPseudoDestructorExpr(Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, const CXXScopeSpec &SS, TypeSourceInfo *ScopeTypeInfo, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destructed) argument
6187 ActOnPseudoDestructorExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, UnqualifiedId &FirstTypeName, SourceLocation CCLoc, SourceLocation TildeLoc, UnqualifiedId &SecondTypeName) argument
H A DTreeTransform.h2013 SourceLocation CCLoc,
11866 SourceLocation CCLoc,
11878 CCLoc, TildeLoc, Destroyed);
11897 CCLoc);
11861 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.cpp262 SourceLocation CCLoc; local
263 if (!TryConsumeToken(tok::coloncolon, CCLoc)) {
268 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
269 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
392 SourceLocation CCLoc = ConsumeToken(); local
407 CCLoc,
412 SS.SetInvalid(SourceRange(StartLoc, CCLoc));
493 SourceLocation CCLoc = ConsumeToken(); local
499 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
511 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
1538 SourceLocation CCLoc; local
[all...]

Completed in 324 milliseconds