HomeSort by: relevance | last modified time | path
    Searched refs:RLoc (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 487 SourceLocation RLoc = Tok.getLocation();
489 RLoc = T.getCloseLocation();
495 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs);
734 SourceLocation RLoc;
735 SimdLen = P.ParseOpenMPParensExpr(ClauseName, RLoc);
1092 SourceLocation RLoc;
1093 ScoreExpr = P.ParseOpenMPParensExpr(SelectorName, RLoc);
1173 SourceLocation RLoc;
1174 ExprResult Condition = ParseOpenMPParensExpr("user condition", RLoc);
1380 SourceLocation RLoc;
    [all...]
ParseExpr.cpp 1934 SourceLocation RLoc = Tok.getLocation();
1944 Length.get(), Stride.get(), RLoc);
1947 Idx.get(), RLoc);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergeICmps.cpp 259 MemoryLocation RLoc = MemoryLocation::get(Rhs_.LoadI);
261 isModSet(AA.getModRefInfo(Inst, RLoc)))
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3325 /// \param RLoc Returned location of right paren.
3326 ExprResult ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc,
3333 SourceLocation RLoc;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 11471 SourceLocation RLoc = GetLocationForCandidate(R);
11475 if (RLoc.isInvalid()) return true;
11477 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
11729 SourceLocation RLoc = GetLocationForCandidate(R);
11734 if (RLoc.isInvalid())
11737 return S.SourceMgr.isBeforeInTranslationUnit(LLoc, RLoc);
13974 SourceLocation RLoc,
13987 OpNameInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
13995 Context.DependentTy, VK_RValue, RLoc,
14054 OpLocInfo.setCXXOperatorNameRange(SourceRange(LLoc, RLoc));
    [all...]
SemaExpr.cpp 5148 SourceLocation LLoc, SourceLocation RLoc,
5430 LLoc, RLoc, ID, Helpers);
5435 Expr *Idx, SourceLocation RLoc) {
5488 return BuildObjCSubscriptExpression(RLoc, BaseExpr, IndexExpr, nullptr,
5624 ArraySubscriptExpr(LHSExp, RHSExp, ResultType, VK, OK, RLoc);
SemaDeclCXX.cpp 9919 Scope *S, SourceLocation RLoc, Decl *TagDecl, SourceLocation LBrac,
9933 ActOnFields(S, RLoc, TagDecl, llvm::makeArrayRef(
TreeTransform.h 2565 SourceLocation IteratorKwLoc, SourceLocation LLoc, SourceLocation RLoc,
2568 LLoc, RLoc, Data);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3854 SourceLocation RLoc,
5256 Expr *Idx, SourceLocation RLoc);
5258 Expr *Idx, SourceLocation RLoc);
5287 SourceLocation LLoc, SourceLocation RLoc,
7090 void ActOnFinishCXXMemberSpecification(Scope *S, SourceLocation RLoc,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 4096 SMLoc RLoc = Parser.getTok().getLoc();
4099 AArch64Operand::CreateToken("]", false, RLoc, getContext()));

Completed in 103 milliseconds