Searched defs:DeclLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Parse/
H A DParseExprCXX.cpp237 SourceLocation DeclLoc = Tok.getLocation(); local
242 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
247 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
1116 SourceLocation DeclLoc = Tok.getLocation(); local
1117 SourceLocation DeclEndLoc = DeclLoc;
1163 DeclLoc, DeclEndLoc, D,
/external/clang/lib/Sema/
H A DSemaInit.cpp3128 ResolveConstructorOverload(Sema &S, SourceLocation DeclLoc, argument
3196 return CandidateSet.BestViableFunction(S, DeclLoc, Best);
3397 SourceLocation DeclLoc = Initializer->getLocStart();
3400 = S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2, dummy1,
3651 SourceLocation DeclLoc = Initializer->getLocStart();
3656 = CandidateSet.BestViableFunction(S, DeclLoc, Best, true))
3688 = S.CompareReferenceRelationship(DeclLoc, T1,
3811 SourceLocation DeclLoc = Initializer->getLocStart(); local
3820 = S.CompareReferenceRelationship(DeclLoc, cv1T1, cv2T2, DerivedToBase,
4231 SourceLocation DeclLoc local
[all...]
H A DSemaType.cpp703 SourceLocation DeclLoc = declarator.getIdentifierLoc(); local
704 if (DeclLoc.isInvalid())
705 DeclLoc = DS.getLocStart();
788 S.Diag(DeclLoc, diag::ext_missing_declspec)
798 S.Diag(DeclLoc, diag::err_missing_type_specifier)
806 S.Diag(DeclLoc, diag::ext_missing_type_specifier)
943 S.Diag(DeclLoc, diag::err_invalid_protocol_qualifiers)
1168 QualType Qualified = S.BuildQualifiedType(Result, DeclLoc, TypeQuals, &DS);
H A DSemaTemplate.cpp1586 /// \param DeclLoc The location of the declaration itself.
1612 SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS,
1723 Diag(DeclLoc, diag::err_specialize_member_of_template)
1745 Diag(DeclLoc, diag::err_template_spec_needs_header)
1890 Diag(DeclLoc, diag::err_template_spec_needs_template_parameters)
1611 MatchTemplateParametersToScopeSpecifier( SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS, TemplateIdAnnotation *TemplateId, ArrayRef<TemplateParameterList *> ParamLists, bool IsFriend, bool &IsExplicitSpecialization, bool &Invalid) argument
H A DSemaDecl.cpp12188 void Sema::ActOnLastBitfield(SourceLocation DeclLoc, argument
12210 Expr * BW = IntegerLiteral::Create(Context, Zero, Context.IntTy, DeclLoc);
12213 DeclLoc, DeclLoc, nullptr,
12216 DeclLoc),
H A DSemaOverload.cpp4071 QualType DeclType, SourceLocation DeclLoc,
4078 OverloadCandidateSet CandidateSet(DeclLoc, OverloadCandidateSet::CSK_Normal);
4118 DeclLoc,
4151 switch (CandidateSet.BestViableFunction(S, DeclLoc, Best, true)) {
4200 SourceLocation DeclLoc,
4229 = S.CompareReferenceRelationship(DeclLoc, T1, T2, DerivedToBase,
4287 !S.RequireCompleteType(DeclLoc, T2, 0) &&
4289 if (FindConversionForRefInit(S, ICS, DeclType, DeclLoc,
4360 T2->isRecordType() && !S.RequireCompleteType(DeclLoc, T2, 0) &&
4361 FindConversionForRefInit(S, ICS, DeclType, DeclLoc,
4070 FindConversionForRefInit(Sema &S, ImplicitConversionSequence &ICS, QualType DeclType, SourceLocation DeclLoc, Expr *Init, QualType T2, bool AllowRvalues, bool AllowExplicit) argument
4199 TryReferenceInit(Sema &S, Expr *Init, QualType DeclType, SourceLocation DeclLoc, bool SuppressUserConversions, bool AllowExplicit) argument
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2208 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); local
2209 const char *startBuf = SM->getCharacterData(DeclLoc);
2221 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
2227 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
3971 SourceLocation DeclLoc = FD->getLocation(); local
3975 const char *startBuf = SM->getCharacterData(DeclLoc);
3982 DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
3983 assert((DeclLoc.isValid()) && "Invalid DeclLoc");
4073 SourceLocation DeclLoc = ND->getLocation(); local
4226 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); local
[all...]
H A DRewriteModernObjC.cpp2323 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); local
2324 const char *startBuf = SM->getCharacterData(DeclLoc);
2336 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
2342 ReplaceText(DeclLoc, endBuf-startBuf-1, TypeAsString);
4904 SourceLocation DeclLoc = FD->getLocation(); local
4908 const char *startBuf = SM->getCharacterData(DeclLoc);
4915 DeclLoc = DeclLoc.getLocWithOffset(startArgList-startBuf);
4916 assert((DeclLoc.isValid()) && "Invalid DeclLoc");
5006 SourceLocation DeclLoc = ND->getLocation(); local
5156 SourceLocation DeclLoc = ND->getTypeSpecStartLoc(); local
[all...]

Completed in 1677 milliseconds