Searched refs:SourceRange (Results 176 - 200 of 277) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp708 << Name << SourceRange(IdTok.getLocation());
715 << Name << SourceRange(IdTok.getLocation());
739 AttributeCommonInfo Info(Ident, SourceRange(Loc),
774 SourceRange Range) {
817 llvm::SmallDenseMap<int, std::pair<int, SourceRange>, 2>
H A DSemaDeclObjC.cpp145 SourceRange ResultTypeRange = NewMethod->getReturnTypeSourceRange();
241 SourceRange ResultTypeRange = method->getReturnTypeSourceRange();
550 SourceRange SuperTypeArgsRange) {
570 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
617 << SuperName << ClassName << SourceRange(AtInterfaceLoc, ClassLoc);
623 SourceRange(AtInterfaceLoc, ClassLoc))) {
721 SourceRange rangeToRemove;
790 << SourceRange(known->second->getLocation());
922 SourceRange newBoundRange = newTypeParam->getTypeSourceInfo()
978 ArrayRef<ParsedType> SuperTypeArgs, SourceRange SuperTypeArgsRang
[all...]
H A DSemaChecking.cpp124 SourceRange range(call->getArg(desiredArgCount)->getBeginLoc(),
4595 SourceRange Range, VariadicCallType CallType) {
4701 Loc, SourceRange(), CallType);
4882 ExprResult Sema::BuildAtomicExpr(SourceRange CallRange, SourceRange ExprRange,
6118 << SourceRange(OrigArg0.get()->getBeginLoc(),
6242 << SourceRange(TheCall->getArg(2)->getBeginLoc(),
6254 << SourceRange(TheCall->getArg(0)->getBeginLoc(),
6262 << SourceRange(TheCall->getArg(0)->getBeginLoc(),
6298 << SourceRange(TheCal
12494 IntRange SourceRange = GetExprRange(S.Context, E, S.isConstantEvaluated(), local
[all...]
H A DSemaInit.cpp369 SourceRange InitRange,
375 SourceRange InitRange,
384 void diagnoseInitOverride(Expr *OldInit, SourceRange NewInitRange,
1073 SourceRange(ParentIList->getInit(Index)->getBeginLoc(),
1125 SourceRange Braces) {
2473 SourceRange(D->getBeginLoc(), DIE->getEndLoc()));
2489 SourceRange(D->getBeginLoc(), DIE->getEndLoc()),
2628 ExistingInit, SourceRange(D->getBeginLoc(), DIE->getEndLoc()));
2719 << SourceRange(NextD->getBeginLoc(), DIE->getEndLoc());
3020 SourceRange InitRang
[all...]
H A DSemaExpr.cpp477 SourceRange Sema::getExprRange(Expr *E) const {
478 return E ? E->getSourceRange() : SourceRange();
582 SourceRange(OIRE->getOpLoc(), AssignLoc), ",")
597 SourceRange(OIRE->getOpLoc(), OIRE->getEndLoc()), ")");
660 SourceRange(OISA->getOpLoc(), OISA->getIsaMemberLoc()), ")");
2411 SS.MakeTrivial(Context, NNS, SourceRange(Loc, Loc));
2713 << SourceRange(Loc, NameInfo.getEndLoc());
3000 SourceRange FromRange = From->getSourceRange();
4028 SourceRange ArgRange) {
4046 SourceRange ArgRang
[all...]
H A DSemaDeclCXX.cpp419 SourceRange SR;
421 SR = SourceRange((*Toks)[1].getLocation(),
786 Err << SourceRange(Loc, Loc);
796 Warn << SourceRange(Loc, Loc);
2466 SourceRange SpecifierRange,
2617 Sema::ActOnBaseSpecifier(Decl *classdecl, SourceRange SpecifierRange,
2893 SourceLocation Loc, SourceRange Range,
2973 SourceLocation Loc, SourceRange Range,
3381 << SourceRange(TemplateParams->getTemplateLoc(),
3388 << SourceRange(TemplateParam
[all...]
H A DSemaCXXScopeSpec.cpp641 SourceRange(Found.getNameLoc()));
944 SourceRange R(TemplateNameLoc, RAngleLoc);
1008 SourceRange AnnotationRange,
H A DSemaCoroutine.cpp1312 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Class,
1323 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Class,
1334 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Global,
1351 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Both,
1640 SourceRange(ExprLoc, ExprLoc), E->getSourceRange())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp359 SourceRange(typeArgsLAngleLoc, typeArgsRAngleLoc), protocols.data(),
380 SourceRange(nullabilityLoc), nullptr, SourceLocation(),
599 SourceRange AtEnd;
810 << SourceRange(DS.getNullabilityLoc());
817 << SourceRange(DS.getNullabilityLoc());
1376 << SourceRange(mLoc, Tok.getLocation());
1582 << SourceRange(lAngleLoc, rAngleLoc);
1813 << SourceRange(protocolLAngleLoc, protocolRAngleLoc);
2136 << SourceRange(diagLoc, PrevTokLocation);
2139 << FixItHint::CreateRemoval(SourceRange(lAngleLo
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp140 SourceRange RegionOfInterest,
171 SourceRange RegionOfInterest) {
971 CXCursor cxcursor::MakePreprocessingDirectiveCursor(SourceRange Range,
980 SourceRange cxcursor::getCursorPreprocessingDirective(CXCursor C) {
982 SourceRange Range(SourceLocation::getFromPtrEncoding(C.data[0]),
1024 SourceRange cxcursor::MacroExpansionCursor::getSourceRange() const {
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp63 void CoverageSourceInfo::AddSkippedRange(SourceRange Range) {
73 void CoverageSourceInfo::SourceRangeSkipped(SourceRange Range, SourceLocation) {
77 void CoverageSourceInfo::HandleEmptyline(SourceRange Range) {
81 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) {
376 SourceRange Range = I.Range;
874 Optional<SourceRange> findGapAreaBetween(SourceLocation AfterLoc,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h187 PPEntityOffset(SourceRange R, uint32_t BitOffset)
207 PPSkippedRange(SourceRange R)
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp684 void HandleNonHeapDealloc(CheckerContext &C, SVal ArgVal, SourceRange Range,
689 SourceRange Range) const;
691 void HandleMismatchedDealloc(CheckerContext &C, SourceRange Range,
695 void HandleOffsetFree(CheckerContext &C, SVal ArgVal, SourceRange Range,
699 void HandleUseAfterFree(CheckerContext &C, SourceRange Range,
702 void HandleDoubleFree(CheckerContext &C, SourceRange Range, bool Released,
707 void HandleUseZeroAlloc(CheckerContext &C, SourceRange Range,
710 void HandleFunctionPtrFree(CheckerContext &C, SVal ArgVal, SourceRange Range,
1999 SourceRange Range,
2047 SourceRange Rang
[all...]
H A DPointerArithChecker.cpp151 SourceRange SR = E->getSourceRange();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp82 SourceRange Preprocessor::DiscardUntilEndOfDirective() {
84 SourceRange Res;
652 SourceRange(HashTokenLoc, endLoc.isValid()
1573 void Preprocessor::EnterAnnotationToken(SourceRange Range,
1630 CharSourceRange ReplaceRange(SourceRange(HashLoc, PathEnd),
1731 EnterAnnotationToken(SourceRange(HashLoc, EndLoc),
1735 EnterAnnotationToken(SourceRange(HashLoc, EndLoc),
3166 SourceRange ConditionRange = DiscardUntilEndOfDirective();
H A DPragma.cpp1056 Crasher.setAnnotationRange(SourceRange(Tok.getLocation()));
1067 SourceRange(Tok.getLocation(), Identifier.getLocation()));
1625 PP.EnterAnnotationToken(SourceRange(ImportLoc, ModuleName.back().second),
1692 PP.EnterAnnotationToken(SourceRange(BeginLoc, ModuleName.back().second),
1711 PP.EnterAnnotationToken(SourceRange(Loc), tok::annot_module_end, M);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp86 SourceRange StmtSequence::getSourceRange() const {
87 return SourceRange(getBeginLoc(), getEndLoc());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h154 SMRange &SourceRange) const {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp521 SMDiagnostic &Error, SMRange &SourceRange) const {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h398 static CharSourceRange getAsCharRange(SourceRange Range,
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h341 void processNonLeakError(ProgramStateRef St, SourceRange ErrorRange,
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp591 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange,
761 SourceRange NameRange,
768 SourceRange NameRange,
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1559 /// Returns the number of bytes in the given (character-based) SourceRange.
1565 SourceRange Range) {
1566 SourceRange ExpansionRange(SM.getExpansionLoc(Range.getBegin()),
1583 // SourceRange is covering a large or small amount of space in the user's
1592 /// \sa getLengthOnSingleLine(SourceManager, SourceRange)
1713 SourceRange EdgeRange(FirstLoc, SecondLoc);
1876 SourceRange EdgeRange(PieceI->getEndLocation().asLocation(),
2134 ErrorNodeRange(getStmt() ? getStmt()->getSourceRange() : SourceRange()),
2192 for (SourceRange range : Ranges) {
2215 for (SourceRange rang
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DWhitespaceManager.cpp29 SourceRange OriginalWhitespaceRange,
84 SourceRange(Start, Start.getLocWithOffset(ReplaceChars)), Spaces,
972 void WhitespaceManager::storeReplacement(SourceRange Range, StringRef Text) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1180 SourceRange ObjCMethodDecl::getReturnTypeSourceRange() const {
1184 return SourceRange();
1446 SourceRange ObjCTypeParamDecl::getSourceRange() const {
1452 return SourceRange(startLoc,
1456 return SourceRange(startLoc);
2327 SourceRange ObjCPropertyImplDecl::getSourceRange() const {
2332 return SourceRange(AtLoc, EndLoc);

Completed in 614 milliseconds

1234567891011>>