Home
last modified time | relevance | path

Searched refs:setLParenLoc (Results 1 – 19 of 19) sorted by relevance

/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6907 TL.setLParenLoc(readSourceLocation()); in VisitFunctionTypeLoc()
6938 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc()
6944 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc()
6960 TL.setLParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc()
7037 TL.setLParenLoc(readSourceLocation()); in VisitParenTypeLoc()
7106 TL.setLParenLoc(readSourceLocation()); in VisitAtomicTypeLoc()
10803 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause()
10809 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause()
10815 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause()
10820 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPSafelenClause()
[all …]
H A DASTReaderStmt.cpp239 S->setLParenLoc(readSourceLocation()); in VisitIfStmt()
262 S->setLParenLoc(readSourceLocation()); in VisitSwitchStmt()
288 S->setLParenLoc(readSourceLocation()); in VisitWhileStmt()
309 S->setLParenLoc(readSourceLocation()); in VisitForStmt()
987 E->setLParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr()
995 E->setLParenLoc(readSourceLocation()); in VisitOMPIteratorExpr()
1178 E->setLParenLoc(readSourceLocation()); in VisitCStyleCastExpr()
1184 E->setLParenLoc(readSourceLocation()); in VisitCompoundLiteralExpr()
1342 E->setLParenLoc(readSourceLocation()); in VisitStmtExpr()
1820 E->setLParenLoc(readSourceLocation()); in VisitCXXFunctionalCastExpr()
[all …]
H A DASTReaderDecl.cpp1469 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1199 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1212 setLParenLoc(Loc); in initializeLocal()
1464 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1519 setLParenLoc(Loc); in initializeLocal()
2004 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
2021 setLParenLoc(range.getBegin()); in setParensRange()
2031 setLParenLoc(Loc); in initializeLocal()
2143 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; } in setLParenLoc() function
2165 setLParenLoc(Range.getBegin()); in setParensRange()
2630 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
[all …]
H A DExprOpenMP.h69 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
243 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
H A DOpenMPClause.h166 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
332 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
587 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
822 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
923 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1050 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1132 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1372 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1435 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1514 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
[all …]
H A DStmt.h2362 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
2537 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
2702 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
2845 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
H A DExpr.h3459 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3824 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
4432 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DExprCXX.h1855 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3601 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DDeclObjC.h799 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h250 void setLParenLoc(SourceLocation EndLoc) { LParenLoc = EndLoc; } in setLParenLoc() function
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp882 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams()
1061 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams()
/src/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp542 setLParenLoc(Loc); in initializeLocal()
H A DOpenMPClause.cpp409 Clause->setLParenLoc(LParenLoc); in Create()
962 Clause->setLParenLoc(LParenLoc); in Create()
994 Clause->setLParenLoc(LParenLoc); in Create()
H A DStmt.cpp1134 setLParenLoc(LParenLoc); in WhileStmt()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp565 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
H A DTreeTransform.h6332 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
6460 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
6567 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
6591 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
6945 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
7437 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
11632 ParsedClause.setLParenLoc(WithParms->getLParenLoc()); in TransformOpenACCClause()
H A DSemaType.cpp6145 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
6155 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
H A DSemaDecl.cpp6518 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()