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

/external/clang/include/clang/AST/
H A DTypeLoc.h425 SourceLocation BuiltinLoc; member in struct:clang::BuiltinLocInfo
437 return getLocalData()->BuiltinLoc;
440 getLocalData()->BuiltinLoc = Loc;
H A DExpr.h3257 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr
3274 SourceLocation getBuiltinLoc() const { return BuiltinLoc; }
3275 void setBuiltinLoc(SourceLocation L) { BuiltinLoc = L; }
3281 return SourceRange(BuiltinLoc, RParenLoc);
3331 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
3343 BuiltinLoc(BLoc), RParenLoc(RP) {
3369 SourceLocation getBuiltinLoc() const { return BuiltinLoc; }
3370 void setBuiltinLoc(SourceLocation L) { BuiltinLoc = L; }
3376 return SourceRange(BuiltinLoc, RParenLoc);
3428 SourceLocation BuiltinLoc, RParenLo member in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
4299 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::AsTypeExpr
4306 AsTypeExpr(Expr* SrcExpr, QualType DstType, ExprValueKind VK, ExprObjectKind OK, SourceLocation BuiltinLoc, SourceLocation RParenLoc) argument
4493 SourceLocation BuiltinLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr::DesignatedInitExpr::AtomicExpr
[all...]
/external/clang/lib/Sema/
H A DSemaExpr.cpp3918 SourceLocation BuiltinLoc,
3925 return ExprError(Diag(BuiltinLoc,
3930 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc,
8995 ExprResult Sema::BuildBuiltinOffsetOf(SourceLocation BuiltinLoc, argument
9008 return ExprError(Diag(BuiltinLoc, diag::err_offsetof_record_type)
9014 && RequireCompleteType(BuiltinLoc, ArgTy,
9023 Diag(BuiltinLoc, diag::ext_offsetof_extended_field_designator)
9098 DiagRuntimeBehavior(BuiltinLoc, 0,
9116 return ExprError(Diag(BuiltinLoc, diag::err_no_member)
9127 << SourceRange(BuiltinLoc, RParenLo
3917 ActOnAsTypeExpr(Expr *E, ParsedType ParsedDestTy, SourceLocation BuiltinLoc, SourceLocation RParenLoc) argument
9165 ActOnBuiltinOffsetOf(Scope *S, SourceLocation BuiltinLoc, SourceLocation TypeLoc, ParsedType ParsedArgTy, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument
9186 ActOnChooseExpr(SourceLocation BuiltinLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr, SourceLocation RPLoc) argument
9515 ActOnVAArg(SourceLocation BuiltinLoc, Expr *E, ParsedType Ty, SourceLocation RPLoc) argument
9523 BuildVAArgExpr(SourceLocation BuiltinLoc, Expr *E, TypeSourceInfo *TInfo, SourceLocation RPLoc) argument
[all...]
H A DTreeTransform.h1674 ExprResult RebuildVAArgExpr(SourceLocation BuiltinLoc, argument
1677 return getSema().BuildVAArgExpr(BuiltinLoc,
1716 ExprResult RebuildChooseExpr(SourceLocation BuiltinLoc, argument
1719 return SemaRef.ActOnChooseExpr(BuiltinLoc,
2404 ExprResult RebuildShuffleVectorExpr(SourceLocation BuiltinLoc, argument
2418 VK_RValue, BuiltinLoc);
2495 ExprResult RebuildAtomicExpr(SourceLocation BuiltinLoc, argument
2503 return new (SemaRef.Context) AtomicExpr(BuiltinLoc, SubExprs, RetTy, Op,

Completed in 363 milliseconds