Searched defs:RLoc (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 499 SourceLocation RLoc = Tok.getLocation(); ParseOpenMPReductionInitializerForDecl() local 743 SourceLocation RLoc; parseDeclareSimdClauses() local 1105 SourceLocation RLoc; parseContextScore() local 1186 SourceLocation RLoc; parseOMPContextSelector() local 1393 SourceLocation RLoc; ParseOMPDeclareVariantClauses() local 1779 SourceLocation RLoc; global() member 1806 SourceLocation RLoc = Tok.getLocation(); parseOpenMPSimpleClause() local 3445 ParseOpenMPParensExpr(StringRef ClauseName,SourceLocation & RLoc,bool IsAddressOfOperand) ParseOpenMPParensExpr() argument 3510 SourceLocation RLoc; ParseOpenMPSingleExprClause() local 3529 SourceLocation RLoc; ParseOpenMPIndirectClause() local 3694 SourceLocation RLoc = Tok.getLocation(); ParseOpenMPInteropClause() local 4090 SourceLocation RLoc = Tok.getLocation(); ParseOpenMPSingleExprWithArgClause() local 4374 SourceLocation RLoc = Tok.getLocation(); ParseOpenMPIteratorsExpr() local [all...] |
H A D | ParseExpr.cpp | 2039 SourceLocation RLoc = Tok.getLocation(); ParsePostfixExpressionSuffix() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | HTMLLogger.cpp | 132 if (auto *RLoc = dyn_cast<RecordStorageLocation>(&L)) { in dump() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 12203 SourceLocation RLoc = GetLocationForCandidate(R); operator ()() local 12529 SourceLocation RLoc = GetLocationForCandidate(R); operator ()() local 15010 CreateOverloadedArraySubscriptExpr(SourceLocation LLoc,SourceLocation RLoc,Expr * Base,MultiExprArg ArgExpr) CreateOverloadedArraySubscriptExpr() argument [all...] |
H A D | SemaExpr.cpp | 5604 ActOnOMPIteratorExpr(Scope * S,SourceLocation IteratorKwLoc,SourceLocation LLoc,SourceLocation RLoc,ArrayRef<OMPIteratorData> Data) ActOnOMPIteratorExpr() argument 5896 CreateBuiltinArraySubscriptExpr(Expr * Base,SourceLocation LLoc,Expr * Idx,SourceLocation RLoc) CreateBuiltinArraySubscriptExpr() argument
|
H A D | SemaDeclCXX.cpp | 10502 ActOnFinishCXXMemberSpecification(Scope * S,SourceLocation RLoc,Decl * TagDecl,SourceLocation LBrac,SourceLocation RBrac,const ParsedAttributesView & AttrList) ActOnFinishCXXMemberSpecification() argument
|
H A D | TreeTransform.h | 2787 RebuildOMPIteratorExpr(SourceLocation IteratorKwLoc,SourceLocation LLoc,SourceLocation RLoc,ArrayRef<Sema::OMPIteratorData> Data) RebuildOMPIteratorExpr() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 12371 SourceLocation RLoc; global() member
|