Searched refs:setLParenLoc (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1125 void setLParenLoc(SourceLocation Loc) {
1138 setLParenLoc(Loc);
1390 void setLParenLoc(SourceLocation Loc) {
1445 setLParenLoc(Loc);
1812 void setLParenLoc(SourceLocation Loc) {
1829 setLParenLoc(range.getBegin());
1839 setLParenLoc(Loc);
1900 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; }
1922 setLParenLoc(Range.getBegin());
2381 void setLParenLoc(SourceLocatio
[all...]
H A DOpenMPClause.h245 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPVarListClause
295 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPAllocatorClause
484 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPIfClause
561 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPFinalClause
632 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPNumThreadsClause
698 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPSafelenClause
763 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPSimdlenClause
829 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPCollapseClause
903 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPDefaultClause
984 void setLParenLoc(SourceLocatio function in class:clang::OMPProcBindClause
1241 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::final
1350 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPScheduleClause
1526 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::final
4126 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPDeviceClause
5203 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPThreadLimitClause
5278 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPPriorityClause
5349 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPGrainsizeClause
5456 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPNumTasksClause
5516 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPHintClause
5576 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPDistScheduleClause
5706 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } function in class:clang::OMPDefaultmapClause
[all...]
H A DExpr.h3111 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::final::final::CompoundLiteralExpr
3398 void setLParenLoc(SourceLocation L) { LPLoc = L; } function in class:clang::final::final::final
3982 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::final::final::StmtExpr
H A DExprCXX.h1720 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::final
3434 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::final
H A DStmt.h2474 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::ForStmt
H A DDeclObjC.h838 void setLParenLoc(SourceLocation L) { LParenLoc = L; } function in class:clang::ObjCPropertyDecl
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6527 TL.setLParenLoc(readSourceLocation());
6554 TL.setLParenLoc(readSourceLocation());
6560 TL.setLParenLoc(readSourceLocation());
6571 TL.setLParenLoc(readSourceLocation());
6636 TL.setLParenLoc(readSourceLocation());
6705 TL.setLParenLoc(readSourceLocation());
11750 C->setLParenLoc(Record.readSourceLocation());
11756 C->setLParenLoc(Record.readSourceLocation());
11762 C->setLParenLoc(Record.readSourceLocation());
11767 C->setLParenLoc(Recor
[all...]
H A DASTReaderStmt.cpp291 S->setLParenLoc(readSourceLocation());
1039 E->setLParenLoc(readSourceLocation());
1045 E->setLParenLoc(readSourceLocation());
1191 E->setLParenLoc(readSourceLocation());
1660 E->setLParenLoc(readSourceLocation());
1874 E->setLParenLoc(readSourceLocation());
H A DASTReaderDecl.cpp1278 D->setLParenLoc(readSourceLocation());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp503 setLParenLoc(Loc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h5543 NewTL.setLParenLoc(TL.getLParenLoc());
5664 NewTL.setLParenLoc(TL.getLParenLoc());
5745 NewTL.setLParenLoc(TL.getLParenLoc());
5768 NewTL.setLParenLoc(TL.getLParenLoc());
6000 NewTL.setLParenLoc(TL.getLParenLoc());
6391 NewTL.setLParenLoc(TL.getLParenLoc());
H A DSemaType.cpp5870 TL.setLParenLoc(FTI.getLParenLoc());
5880 TL.setLParenLoc(Chunk.Loc);
H A DSemaTemplate.cpp2180 NewTL.setLParenLoc(TL.getLParenLoc());
H A DSemaDecl.cpp5841 DstPTL.setLParenLoc(SrcPTL.getLParenLoc());

Completed in 582 milliseconds