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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 1129 void setRParenLoc(SourceLocation Loc) {
1139 setRParenLoc(Loc);
1398 void setRParenLoc(SourceLocation Loc) {
1446 setRParenLoc(Loc);
1932 void setRParenLoc(SourceLocation Loc) {
1942 setRParenLoc(range.getEnd());
1952 setRParenLoc(Loc);
2015 void setRParenLoc(SourceLocation Loc) { getLocalData()->RParenLoc = Loc; }
2035 setRParenLoc(Range.getEnd());
2501 void setRParenLoc(SourceLocation Loc)
    [all...]
ExprOpenMP.h 196 void setRParenLoc(SourceLocation L) { RPLoc = L; }
370 void setRParenLoc(SourceLocation L) { RPLoc = L; }
StmtObjC.h 55 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
108 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
ExprObjC.h 426 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
474 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
528 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
Expr.h 2416 void setRParenLoc(SourceLocation R) { RParenLoc = R; }
2557 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
3036 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
3696 void setRParenLoc(SourceLocation L) { RPLoc = L; }
4298 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
4341 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
4497 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
4586 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
Stmt.h 2099 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
2263 void setRParenLoc(SourceLocation Loc) { RParenLoc = Loc; }
2423 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
2483 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
2556 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
2997 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
ExprCXX.h 1769 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
3478 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
Decl.h 4098 void setRParenLoc(SourceLocation L) { RParenLoc = L; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 232 S->setRParenLoc(readSourceLocation());
255 S->setRParenLoc(readSourceLocation());
281 S->setRParenLoc(readSourceLocation());
290 S->setRParenLoc(readSourceLocation());
302 S->setRParenLoc(readSourceLocation());
374 S->setRParenLoc(readSourceLocation());
728 E->setRParenLoc(readSourceLocation());
773 E->setRParenLoc(readSourceLocation());
968 E->setRParenLoc(readSourceLocation());
976 E->setRParenLoc(readSourceLocation())
    [all...]
ASTReader.cpp 6600 TL.setRParenLoc(readSourceLocation());
6627 TL.setRParenLoc(readSourceLocation());
6633 TL.setRParenLoc(readSourceLocation());
6644 TL.setRParenLoc(readSourceLocation());
6709 TL.setRParenLoc(readSourceLocation());
6778 TL.setRParenLoc(readSourceLocation());
ASTReaderDecl.cpp 1534 AD->setRParenLoc(readSourceLocation());
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp 511 setRParenLoc(Loc);
Stmt.cpp 1120 setRParenLoc(RParenLoc);
  /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());
SemaType.cpp 6157 TL.setRParenLoc(FTI.getRParenLoc());
6167 TL.setRParenLoc(Chunk.EndLoc);
SemaTemplate.cpp 2361 NewTL.setRParenLoc(TL.getRParenLoc());
SemaDecl.cpp 6018 DstPTL.setRParenLoc(SrcPTL.getRParenLoc());

Completed in 169 milliseconds