HomeSort by: relevance | last modified time | path
    Searched refs:getRParenLoc (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp 157 Record.AddSourceLocation(S->getRParenLoc());
182 Record.AddSourceLocation(S->getRParenLoc());
203 Record.AddSourceLocation(S->getRParenLoc());
213 Record.AddSourceLocation(S->getRParenLoc());
226 Record.AddSourceLocation(S->getRParenLoc());
295 Record.AddSourceLocation(S->getRParenLoc());
717 Record.AddSourceLocation(E->getRParenLoc());
741 Record.AddSourceLocation(E->getRParenLoc());
781 Record.AddSourceLocation(E->getRParenLoc());
823 Record.AddSourceLocation(E->getRParenLoc());
    [all...]
ASTWriter.cpp 315 Record.AddSourceLocation(TL.getRParenLoc());
350 Record.AddSourceLocation(TL.getRParenLoc());
356 Record.AddSourceLocation(TL.getRParenLoc());
367 Record.AddSourceLocation(TL.getRParenLoc());
431 Record.AddSourceLocation(TL.getRParenLoc());
493 Record.AddSourceLocation(TL.getRParenLoc());
5519 Writer.AddSourceLocation(Init->getRParenLoc());
ASTWriterDecl.cpp 1152 Record.AddSourceLocation(D->getRParenLoc());
1753 Record.AddSourceLocation(D->getRParenLoc());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 1121 SourceLocation getRParenLoc() const {
1134 return SourceRange(getLParenLoc(), getRParenLoc());
1394 SourceLocation getRParenLoc() const {
1403 return SourceRange(getLParenLoc(), getRParenLoc());
1928 SourceLocation getRParenLoc() const {
1937 return SourceRange(getLParenLoc(), getRParenLoc());
1946 return SourceRange(getTypeofLoc(), getRParenLoc());
2014 SourceLocation getRParenLoc() const { return getLocalData()->RParenLoc; }
2026 return SourceRange(getKWLoc(), getRParenLoc());
2030 return SourceRange(getLParenLoc(), getRParenLoc());
    [all...]
ExprOpenMP.h 195 SourceLocation getRParenLoc() const { return RPLoc; }
369 SourceLocation getRParenLoc() const { return RPLoc; }
StmtObjC.h 54 SourceLocation getRParenLoc() const { return RParenLoc; }
107 SourceLocation getRParenLoc() const { return RParenLoc; }
Expr.h 2415 SourceLocation getRParenLoc() const { return RParenLoc; }
2556 SourceLocation getRParenLoc() const { return RParenLoc; }
3035 SourceLocation getRParenLoc() const { return RParenLoc; }
3695 SourceLocation getRParenLoc() const { return RPLoc; }
4297 SourceLocation getRParenLoc() const { return RParenLoc; }
4340 SourceLocation getRParenLoc() const { return RParenLoc; }
4420 /// getRParenLoc - Return the location of final right parenthesis.
4421 SourceLocation getRParenLoc() const { return RParenLoc; }
4496 SourceLocation getRParenLoc() const { return RParenLoc; }
4585 SourceLocation getRParenLoc() const { return RParenLoc;
    [all...]
ExprCXX.h 150 SourceLocation getOperatorLoc() const { return getRParenLoc(); }
407 SourceLocation getRParenLoc() const { return RParenLoc; }
700 return getRParenLoc();
704 SourceLocation getEndLoc() const { return getRParenLoc(); }
1768 SourceLocation getRParenLoc() const { return RParenLoc; }
2116 SourceLocation getRParenLoc() const {
2121 SourceLocation getEndLoc() const { return getRParenLoc(); }
3477 SourceLocation getRParenLoc() const { return RParenLoc; }
4195 SourceLocation getRParenLoc() const { return RParenLoc; }
4628 SourceLocation getRParenLoc() const { return RParenLoc;
    [all...]
ExprObjC.h 425 SourceLocation getRParenLoc() const { return RParenLoc; }
472 SourceLocation getRParenLoc() const { return RParenLoc; }
526 SourceLocation getRParenLoc() const { return RParenLoc; }
StmtCXX.h 204 SourceLocation getRParenLoc() const { return RParenLoc; }
Stmt.h 2098 SourceLocation getRParenLoc() const { return RParenLoc; }
2262 SourceLocation getRParenLoc() const { return RParenLoc; }
2422 SourceLocation getRParenLoc() const { return RParenLoc; }
2482 SourceLocation getRParenLoc() const { return RParenLoc; }
2486 SourceLocation getEndLoc() const { return getRParenLoc(); }
2555 SourceLocation getRParenLoc() const { return RParenLoc; }
2996 SourceLocation getRParenLoc() const { return RParenLoc; }
DeclCXX.h 2367 SourceLocation getRParenLoc() const { return RParenLoc; }
3810 SourceLocation getRParenLoc() const { return RParenLoc; }
3813 return SourceRange(getLocation(), getRParenLoc());
Decl.h 4097 SourceLocation getRParenLoc() const { return RParenLoc; }
4100 return SourceRange(getAsmLoc(), getRParenLoc());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
RangeSelector.cpp 102 E.getNumArgs() == 0 ? E.getRParenLoc() : E.getArg(0)->getBeginLoc();
294 CE.getRParenLoc());
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp 308 if (getRParenLoc().isValid())
309 return SourceRange(getTypeofLoc(), getRParenLoc());
ASTImporter.cpp 2313 auto ToRParenLoc = importChecked(Err, D->getRParenLoc());
6078 ExpectedSLoc RParenLocOrErr = import(S->getRParenLoc());
6206 auto ToRParenLoc = importChecked(Err, S->getRParenLoc());
6225 auto ToRParenLoc = importChecked(Err, S->getRParenLoc());
6262 auto ToRParenLoc = importChecked(Err, S->getRParenLoc());
6277 auto ToRParenLoc = importChecked(Err, S->getRParenLoc());
6295 auto ToRParenLoc = importChecked(Err, S->getRParenLoc());
6407 auto ToRParenLoc = importChecked(Err, S->getRParenLoc());
6423 auto ToRParenLoc = importChecked(Err, S->getRParenLoc());
6438 auto ToRParenLoc = importChecked(Err, S->getRParenLoc());
    [all...]
ExprCXX.cpp 177 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : getRParenLoc();
596 return SourceRange(getArg(0)->getBeginLoc(), getRParenLoc());
598 return SourceRange(getArg(0)->getBeginLoc(), getRParenLoc());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp 1095 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1185 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1222 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1255 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1378 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getThen()));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 1227 Builder.markChildToken(S->getRParenLoc(), syntax::NodeRole::CloseParen);
1305 Builder.markChildToken(S->getRParenLoc(), syntax::NodeRole::CloseParen);
1343 Builder.markChildToken(L.getRParenLoc(), syntax::NodeRole::CloseParen);
1344 Builder.foldNode(Builder.getRange(L.getLParenLoc(), L.getRParenLoc()),
1381 Builder.markChildToken(L.getRParenLoc(), syntax::NodeRole::CloseParen);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 5900 NewTL.setRParenLoc(TL.getRParenLoc());
6021 NewTL.setRParenLoc(TL.getRParenLoc());
6102 NewTL.setRParenLoc(TL.getRParenLoc());
6125 NewTL.setRParenLoc(TL.getRParenLoc());
6357 NewTL.setRParenLoc(TL.getRParenLoc());
6798 NewTL.setRParenLoc(TL.getRParenLoc());
7391 S->getRParenLoc(), Init.get(), Then.get(), S->getElseLoc(), Else.get());
7412 Init.get(), Cond, S->getRParenLoc());
7447 Cond, S->getRParenLoc(), Body.get());
7470 S->getRParenLoc());
    [all...]
SemaPseudoObject.cpp 157 assocTypes, assocExprs, gse->getDefaultLoc(), gse->getRParenLoc(),
171 rebuiltExpr->getObjectKind(), ce->getRParenLoc(),
SemaChecking.cpp 4741 CheckArgAlignment(TheCall->getRParenLoc(), FDecl, "'this'", ThisType,
4746 IsMemberFunction, TheCall->getRParenLoc(),
4823 /*IsMemberFunction=*/false, TheCall->getRParenLoc(),
4836 /*IsMemberFunction=*/false, TheCall->getRParenLoc(),
4878 DRE->getSourceRange(), TheCall->getRParenLoc(), Args,
6359 TheCall->getRParenLoc());
8952 SourceRange CastRange(CCast->getLParenLoc(), CCast->getRParenLoc());
10013 SourceLocation CallLoc = Call->getRParenLoc();
10073 Call->getBeginLoc(), Call->getRParenLoc()))
10295 Call->getBeginLoc(), Call->getRParenLoc()))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 1544 SourceLocation rightParenLoc = S->getRParenLoc();
1852 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' &&
1876 SourceLocation rParenLoc = Catch->getRParenLoc();
2091 EndLoc = ECE->getRParenLoc();
3898 SourceLocation LocEnd = CE->getRParenLoc();
RewriteModernObjC.cpp 1751 SourceLocation rightParenLoc = S->getRParenLoc();
1977 SourceLocation rParenLoc = Catch->getRParenLoc();
2173 EndLoc = ECE->getRParenLoc();
4728 SourceLocation LocEnd = CE->getRParenLoc();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1426 SourceLocation getRParenLoc() const { return RParenLoc; }

Completed in 163 milliseconds

1 2