Searched refs:getRParenLoc (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1121 SourceLocation getRParenLoc() const {
1134 return SourceRange(getLParenLoc(), getRParenLoc());
1394 SourceLocation getRParenLoc() const {
1403 return SourceRange(getLParenLoc(), getRParenLoc());
1816 SourceLocation getRParenLoc() const {
1825 return SourceRange(getLParenLoc(), getRParenLoc());
1834 return SourceRange(getTypeofLoc(), getRParenLoc());
1902 SourceLocation getRParenLoc() const { return getLocalData()->RParenLoc; }
1914 return SourceRange(getKWLoc(), getRParenLoc());
1918 return SourceRange(getLParenLoc(), getRParenLoc());
[all...]
H A DStmtObjC.h54 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ObjCForCollectionStmt
107 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ObjCAtCatchStmt
H A DExpr.h2306 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final::final
2442 SourceLocation getRParenLoc() const { return RParenLoc; } function
2789 SourceLocation getRParenLoc() const { return RParenLoc; }
3400 SourceLocation getRParenLoc() const { return RPLoc; } function in class:clang::final::final::final
3983 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final::final::StmtExpr
4026 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final::final::ShuffleVectorExpr
4110 /// getRParenLoc - Return the location of final right parenthesis.
4111 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final::final::ConvertVectorExpr
4191 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final::final::ChooseExpr
4282 SourceLocation getRParenLoc() cons function in class:clang::final::final::VAArgExpr
5195 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final::final::final
5677 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final::final::final::AsTypeExpr
5946 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final::final::final::final::AtomicExpr
[all...]
H A DExprObjC.h425 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ObjCEncodeExpr
471 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ObjCSelectorExpr
524 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ObjCProtocolExpr
H A DStmtCXX.h204 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::CXXForRangeStmt
H A DExprCXX.h129 SourceLocation getOperatorLoc() const { return getRParenLoc(); }
386 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::CXXNamedCastExpr
624 return getRParenLoc();
628 SourceLocation getEndLoc() const { return getRParenLoc(); }
1721 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final
2077 SourceLocation getRParenLoc() const { function in class:clang::CXXScalarValueInitExpr
2082 SourceLocation getEndLoc() const { return getRParenLoc(); }
3438 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final
4159 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final
H A DStmt.h2402 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::DoStmt
2406 SourceLocation getEndLoc() const { return getRParenLoc(); }
2475 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::ForStmt
2916 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::GCCAsmStmt
H A DDeclCXX.h2350 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::final
3794 SourceLocation getRParenLoc() const { return RParenLoc; } function in class:clang::StaticAssertDecl
3797 return SourceRange(getLocation(), getRParenLoc());
H A DDecl.h4020 SourceLocation getRParenLoc() const { return RParenLoc; }
4023 return SourceRange(getAsmLoc(), getRParenLoc());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp206 Record.AddSourceLocation(S->getRParenLoc());
219 Record.AddSourceLocation(S->getRParenLoc());
288 Record.AddSourceLocation(S->getRParenLoc());
697 Record.AddSourceLocation(E->getRParenLoc());
715 Record.AddSourceLocation(E->getRParenLoc());
755 Record.AddSourceLocation(E->getRParenLoc());
780 Record.AddSourceLocation(E->getRParenLoc());
927 Record.AddSourceLocation(E->getRParenLoc());
1045 Record.AddSourceLocation(E->getRParenLoc());
1071 Record.AddSourceLocation(E->getRParenLoc());
[all...]
H A DASTWriter.cpp294 Record.AddSourceLocation(TL.getRParenLoc());
329 Record.AddSourceLocation(TL.getRParenLoc());
335 Record.AddSourceLocation(TL.getRParenLoc());
346 Record.AddSourceLocation(TL.getRParenLoc());
410 Record.AddSourceLocation(TL.getRParenLoc());
472 Record.AddSourceLocation(TL.getRParenLoc());
5574 Writer.AddSourceLocation(Init->getRParenLoc());
H A DASTWriterDecl.cpp1146 Record.AddSourceLocation(D->getRParenLoc());
1747 Record.AddSourceLocation(D->getRParenLoc());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp103 E.getNumArgs() == 0 ? E.getRParenLoc() : E.getArg(0)->getBeginLoc();
272 CE.getRParenLoc());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp308 if (getRParenLoc().isValid())
309 return SourceRange(getTypeofLoc(), getRParenLoc());
H A DASTImporter.cpp2255 D->getLocation(), D->getAssertExpr(), D->getMessage(), D->getRParenLoc()))
5912 ExpectedSLoc RParenLocOrErr = import(S->getRParenLoc());
6109 S->getRParenLoc());
6125 S->getBody(), S->getForLoc(), S->getLParenLoc(), S->getRParenLoc());
6243 S->getForLoc(), S->getCoawaitLoc(), S->getColonLoc(), S->getRParenLoc());
6265 S->getForLoc(), S->getRParenLoc());
6283 S->getAtCatchLoc(), S->getRParenLoc(), S->getCatchParamDecl(),
6384 E->getRParenLoc(), E->getType());
6402 E->getBuiltinLoc(), E->getRParenLoc(), E->getType());
6635 E->getBuiltinLoc(), E->getType(), E->getRParenLoc());
[all...]
H A DExprCXX.cpp163 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : getRParenLoc();
673 return SourceRange(getArg(0)->getBeginLoc(), getRParenLoc());
675 return SourceRange(getArg(0)->getBeginLoc(), getRParenLoc());
H A DDeclCXX.cpp2470 return SourceRange(getSourceLocation(), getRParenLoc());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5544 NewTL.setRParenLoc(TL.getRParenLoc());
5665 NewTL.setRParenLoc(TL.getRParenLoc());
5746 NewTL.setRParenLoc(TL.getRParenLoc());
5769 NewTL.setRParenLoc(TL.getRParenLoc());
6001 NewTL.setRParenLoc(TL.getRParenLoc());
6392 NewTL.setRParenLoc(TL.getRParenLoc());
7056 S->getRParenLoc());
7105 S->getRParenLoc(), Body.get());
7257 S->getRParenLoc());
7553 S->getRParenLoc(),
[all...]
H A DSemaPseudoObject.cpp159 assocTypes, assocExprs, gse->getDefaultLoc(), gse->getRParenLoc(),
176 ce->getRParenLoc(),
H A DSemaChecking.cpp4518 IsMemberFunction, TheCall->getRParenLoc(),
4585 /*IsMemberFunction=*/false, TheCall->getRParenLoc(),
4598 /*IsMemberFunction=*/false, TheCall->getRParenLoc(),
4640 DRE->getSourceRange(), TheCall->getRParenLoc(), Args,
6071 TheCall->getRParenLoc());
8594 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc());
9655 SourceLocation CallLoc = Call->getRParenLoc();
9715 Call->getBeginLoc(), Call->getRParenLoc()))
9937 Call->getBeginLoc(), Call->getRParenLoc()))
10022 CE->getRParenLoc()))
[all...]
H A DSemaExprObjC.cpp4371 castRange = SourceRange(cast->getLParenLoc(), cast->getRParenLoc());
4424 subExprs, gse->getDefaultLoc(), gse->getRParenLoc(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1036 auto Gap = findGapAreaBetween(getPreciseTokenLocEnd(S->getRParenLoc()),
1063 auto Gap = findGapAreaBetween(getPreciseTokenLocEnd(S->getRParenLoc()),
1089 auto Gap = findGapAreaBetween(getPreciseTokenLocEnd(S->getRParenLoc()),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1542 SourceLocation rightParenLoc = S->getRParenLoc();
1850 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' &&
1874 SourceLocation rParenLoc = Catch->getRParenLoc();
2088 EndLoc = ECE->getRParenLoc();
3890 SourceLocation LocEnd = CE->getRParenLoc();
H A DRewriteModernObjC.cpp1749 SourceLocation rightParenLoc = S->getRParenLoc();
1975 SourceLocation rParenLoc = Catch->getRParenLoc();
2170 EndLoc = ECE->getRParenLoc();
4719 SourceLocation LocEnd = CE->getRParenLoc();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1425 SourceLocation getRParenLoc() const { function in struct:clang::DeclaratorChunk::FunctionTypeInfo

Completed in 527 milliseconds

12