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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 1125 void setLParenLoc(SourceLocation Loc) {
1138 setLParenLoc(Loc);
1390 void setLParenLoc(SourceLocation Loc) {
1445 setLParenLoc(Loc);
1924 void setLParenLoc(SourceLocation Loc) {
1941 setLParenLoc(range.getBegin());
1951 setLParenLoc(Loc);
2012 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; }
2034 setLParenLoc(Range.getBegin());
2493 void setLParenLoc(SourceLocation Loc)
    [all...]
ExprOpenMP.h 193 void setLParenLoc(SourceLocation L) { LPLoc = L; }
367 void setLParenLoc(SourceLocation L) { LPLoc = L; }
OpenMPClause.h 248 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
299 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
489 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
566 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
638 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
705 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
771 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
840 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
932 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
1007 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc;
    [all...]
Stmt.h 2097 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
2261 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
2421 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
2554 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
Expr.h 3360 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
3693 void setLParenLoc(SourceLocation L) { LPLoc = L; }
4296 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
ExprCXX.h 1767 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
3473 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
DeclObjC.h 797 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6599 TL.setLParenLoc(readSourceLocation());
6626 TL.setLParenLoc(readSourceLocation());
6632 TL.setLParenLoc(readSourceLocation());
6643 TL.setLParenLoc(readSourceLocation());
6708 TL.setLParenLoc(readSourceLocation());
6777 TL.setLParenLoc(readSourceLocation());
12004 C->setLParenLoc(Record.readSourceLocation());
12010 C->setLParenLoc(Record.readSourceLocation());
12016 C->setLParenLoc(Record.readSourceLocation());
12021 C->setLParenLoc(Record.readSourceLocation())
    [all...]
ASTReaderStmt.cpp 231 S->setLParenLoc(readSourceLocation());
254 S->setLParenLoc(readSourceLocation());
280 S->setLParenLoc(readSourceLocation());
301 S->setLParenLoc(readSourceLocation());
967 E->setLParenLoc(readSourceLocation());
975 E->setLParenLoc(readSourceLocation());
1154 E->setLParenLoc(readSourceLocation());
1160 E->setLParenLoc(readSourceLocation());
1306 E->setLParenLoc(readSourceLocation());
1782 E->setLParenLoc(readSourceLocation())
    [all...]
ASTReaderDecl.cpp 1292 D->setLParenLoc(readSourceLocation());
  /src/external/apache2/llvm/dist/clang/lib/AST/
TypeLoc.cpp 512 setLParenLoc(Loc);
OpenMPClause.cpp 389 Clause->setLParenLoc(LParenLoc);
933 Clause->setLParenLoc(LParenLoc);
Stmt.cpp 1119 setLParenLoc(LParenLoc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 5899 NewTL.setLParenLoc(TL.getLParenLoc());
6020 NewTL.setLParenLoc(TL.getLParenLoc());
6101 NewTL.setLParenLoc(TL.getLParenLoc());
6124 NewTL.setLParenLoc(TL.getLParenLoc());
6356 NewTL.setLParenLoc(TL.getLParenLoc());
6797 NewTL.setLParenLoc(TL.getLParenLoc());
SemaType.cpp 6156 TL.setLParenLoc(FTI.getLParenLoc());
6166 TL.setLParenLoc(Chunk.Loc);
SemaTemplate.cpp 2360 NewTL.setLParenLoc(TL.getLParenLoc());
SemaDecl.cpp 6017 DstPTL.setLParenLoc(SrcPTL.getLParenLoc());

Completed in 128 milliseconds