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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h456 void setBuiltinLoc(SourceLocation Loc) { function in class:clang::BuiltinTypeLoc
534 setBuiltinLoc(Loc);
H A DExpr.h3423 void setBuiltinLoc(SourceLocation L) { BuiltinLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::ShuffleVectorExpr
3517 void setBuiltinLoc(SourceLocation L) { BuiltinLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
3598 void setBuiltinLoc(SourceLocation L) { BuiltinLoc = L; } function in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp812 E->setBuiltinLoc(ReadSourceLocation(Record, Idx));
835 E->setBuiltinLoc(ReadSourceLocation(Record, Idx));
851 E->setBuiltinLoc(ReadSourceLocation(Record, Idx));
H A DASTReader.cpp4944 TL.setBuiltinLoc(ReadSourceLocation(Record, Idx));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3432 TL.setBuiltinLoc(DS.getTypeSpecTypeLoc());
3439 TL.setBuiltinLoc(DS.getTypeSpecSignLoc());
3442 TL.setBuiltinLoc(DS.getTypeSpecWidthLoc());
H A DTreeTransform.h3570 NewT.setBuiltinLoc(T.getBuiltinLoc());

Completed in 275 milliseconds