Searched refs:RLoc (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemark.h207 inline raw_ostream &operator<<(raw_ostream &OS, const RemarkLocation &RLoc) { argument
208 RLoc.print(OS);
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp499 SourceLocation RLoc = Tok.getLocation(); local
501 RLoc = T.getCloseLocation();
504 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs);
743 SourceLocation RLoc; local
744 SimdLen = P.ParseOpenMPParensExpr(ClauseName, RLoc);
1105 SourceLocation RLoc; local
1106 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc);
1186 SourceLocation RLoc; local
1187 ExprResult Condition = ParseOpenMPParensExpr("user condition", RLoc);
1393 SourceLocation RLoc; local
1779 SourceLocation RLoc; member in struct:__anon677::SimpleClauseData
1780 SimpleClauseData(unsigned Type, SourceLocation Loc, SourceLocation LOpen, SourceLocation TypeLoc, SourceLocation RLoc) argument
1806 SourceLocation RLoc = Tok.getLocation(); local
3444 ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc, bool IsAddressOfOperand) argument
3510 SourceLocation RLoc; local
3529 SourceLocation RLoc; local
3694 SourceLocation RLoc = Tok.getLocation(); local
4090 SourceLocation RLoc = Tok.getLocation(); local
4374 SourceLocation RLoc = Tok.getLocation(); local
[all...]
H A DParseExpr.cpp2039 SourceLocation RLoc = Tok.getLocation(); local
2053 ColonLocFirst, ColonLocSecond, Length.get(), Stride.get(), RLoc);
2056 ArgExprs, RLoc);
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp132 if (auto *RLoc = dyn_cast<RecordStorageLocation>(&L)) {
133 for (const auto &Child : RLoc->children())
140 for (const auto &SyntheticField : RLoc->synthetic_fields())
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12203 SourceLocation RLoc = GetLocationForCandidate(R);
12206 if (LLoc.isValid() && RLoc.isValid())
12207 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
12208 if (LLoc.isValid() && !RLoc.isValid())
12210 if (RLoc.isValid() && !LLoc.isValid())
12212 assert(!LLoc.isValid() && !RLoc.isValid());
12529 SourceLocation RLoc = GetLocationForCandidate(R);
12534 if (RLoc.isInvalid())
12537 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
15010 SourceLocation RLoc,
[all...]
H A DSemaExpr.cpp5604 SourceLocation LLoc, SourceLocation RLoc,
5891 LLoc, RLoc, ID, Helpers);
5896 Expr *Idx, SourceLocation RLoc) {
5950 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr,
6120 ArraySubscriptExpr(LHSExp, RHSExp, ResultType, VK, OK, RLoc);
5603 ActOnOMPIteratorExpr(Scope *S, SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc, ArrayRef<OMPIteratorData> Data) argument
5895 CreateBuiltinArraySubscriptExpr(Expr *Base, SourceLocation LLoc, Expr *Idx, SourceLocation RLoc) argument
H A DTreeTransform.h2787 SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc,
2790 LLoc, RLoc, Data);
2786 RebuildOMPIteratorExpr( SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc, ArrayRef<Sema::OMPIteratorData> Data) argument
H A DSemaDeclCXX.cpp10502 Scope *S, SourceLocation RLoc, Decl *TagDecl, SourceLocation LBrac,
10516 ActOnFields(S, RLoc, TagDecl,
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4312 SourceLocation RLoc, Expr *Base,
5883 SourceLocation RLoc);
5885 Expr *Idx, SourceLocation RLoc);
5914 SourceLocation LLoc, SourceLocation RLoc,
7888 void ActOnFinishCXXMemberSpecification(Scope *S, SourceLocation RLoc,
12371 SourceLocation RLoc; member in struct:clang::final::AlignPackInfo::CompleteTypeKind::final
/freebsd-current/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3529 /// \param RLoc Returned location of right paren.
3530 ExprResult ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc,

Completed in 346 milliseconds