Searched refs:SourceRange (Results 251 - 275 of 277) sorted by relevance

<<1112

/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp118 SourceRange readSourceRange() {
2736 SourceRange readSourceRange() {
2784 SourceRange AttrRange = Record.readSourceRange();
4676 SourceRange SR = readSourceRange();
H A DASTWriter.cpp269 SourceRange range = TL.getAttrOperandParensRange();
295 SourceRange range = TL.getAttrOperandParensRange();
305 SourceRange range = TL.getAttrOperandParensRange();
2459 ArrayRef<SourceRange> SkippedRanges = PPRec.getSkippedRanges();
5034 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record) {
H A DASTWriterStmt.cpp820 for (SourceRange SR : E->getBracketsRanges())
1647 Record.AddSourceRange(SourceRange(E->getOperatorLoc(), E->getRParenLoc()));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp996 SourceRange Range = N.ASTNode.getSourceRange();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp1396 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp116 bool Sema::CheckSpecifiedExceptionType(QualType &T, SourceRange Range) {
H A DSemaTemplateDeduction.cpp4662 ArrayRef<SourceRange> Ranges) {
4833 ArrayRef<SourceRange> Ranges) -> DeduceAutoResult {
4861 SourceRange DeducedFromInitRange;
H A DSemaTemplateInstantiateDecl.cpp2496 SemaRef.CheckPureMethod(Method, SourceRange());
2607 SourceRange(TC->getConceptNameLoc(),
4455 TemplateArgs, SourceRange());
H A DSemaObjCProperty.cpp1162 SourceRange ReadonlySourceRange(readonlyLoc, endLoc);
H A DSemaLookup.cpp2530 SourceRange LookupRange = Result.getContextRange();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp254 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) {
1415 SourceRange OldRange = PseudoOp->getSourceRange();
1503 SourceRange OldRange = PseudoOp->getSourceRange();
5463 SourceRange OrigStmtRange = S->getSourceRange();
7453 SourceRange OldRange = IV->getSourceRange();
H A DRewriteObjC.cpp205 void ReplaceStmtWithRange(Stmt *Old, Stmt *New, SourceRange SrcRange) {
1236 SourceRange OldRange = PseudoOp->getSourceRange();
1319 SourceRange OldRange = PseudoOp->getSourceRange();
4587 SourceRange OrigStmtRange = S->getSourceRange();
5807 SourceRange OldRange = IV->getSourceRange();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1183 SourceRange ToBracketsRange = importChecked(Err, T->getBracketsRange());
1196 SourceRange ToBracketsRange = importChecked(Err, T->getBracketsRange());
8264 SourceRange ToRange;
8824 Expected<SourceRange> ASTImporter::Import(SourceRange FromRange) {
8831 return SourceRange(ToBegin, ToEnd);
8991 Expected<SourceRange> ToSourceRange = Import(BaseSpec->getSourceRange());
H A DASTContext.cpp3585 SourceRange());
3612 SourceRange Brackets) const {
3640 SourceRange brackets) const {
5765 SourceRange());
5907 DeclarationNameLoc::makeCXXOperatorNameLoc(SourceRange());
H A DType.cpp206 SourceRange brackets)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1041 return CharSourceRange(SourceRange(Loc, Loc), true);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp711 SourceRange MemRegion::sourceRange() const {
H A DBugReporterVisitors.cpp339 for (SourceRange Range : Ranges)
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp1122 SourceRange R = ME->getSourceRange();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1171 SourceRange getSourceRange() const LLVM_READONLY;
3671 SourceRange getSourceRange() const LLVM_READONLY {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp2141 SourceRange(Loc, Loc));
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1296 SourceRange BodyRange;
H A DCodeGenFunction.h894 SourceRange Range;
903 explicit LexicalScope(CodeGenFunction &CGF, SourceRange Range)
H A DCGObjC.cpp3826 SourceRange());
H A DCGStmtOpenMP.cpp2040 const SourceRange R = S.getSourceRange();
2601 const SourceRange R = S.getSourceRange();

Completed in 892 milliseconds

<<1112