Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7242 TL.setLParenLoc(readSourceLocation()); in VisitFunctionTypeLoc()
7273 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfExprTypeLoc()
7279 TL.setLParenLoc(readSourceLocation()); in VisitTypeOfTypeLoc()
7295 TL.setLParenLoc(readSourceLocation()); in VisitUnaryTransformTypeLoc()
7381 TL.setLParenLoc(readSourceLocation()); in VisitParenTypeLoc()
7450 TL.setLParenLoc(readSourceLocation()); in VisitAtomicTypeLoc()
11468 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause()
11474 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause()
11482 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause()
11487 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPSafelenClause()
[all …]
H A DASTReaderStmt.cpp235 S->setLParenLoc(readSourceLocation()); in VisitIfStmt()
258 S->setLParenLoc(readSourceLocation()); in VisitSwitchStmt()
284 S->setLParenLoc(readSourceLocation()); in VisitWhileStmt()
305 S->setLParenLoc(readSourceLocation()); in VisitForStmt()
995 E->setLParenLoc(readSourceLocation()); in VisitOMPArrayShapingExpr()
1003 E->setLParenLoc(readSourceLocation()); in VisitOMPIteratorExpr()
1192 E->setLParenLoc(readSourceLocation()); in VisitCStyleCastExpr()
1198 E->setLParenLoc(readSourceLocation()); in VisitCompoundLiteralExpr()
1356 E->setLParenLoc(readSourceLocation()); in VisitStmtExpr()
1839 E->setLParenLoc(readSourceLocation()); in VisitCXXFunctionalCastExpr()
[all …]
H A DASTReaderDecl.cpp1476 D->setLParenLoc(readSourceLocation()); in VisitObjCPropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1251 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1264 setLParenLoc(Loc); in initializeLocal()
1520 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1575 setLParenLoc(Loc); in initializeLocal()
2060 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
2077 setLParenLoc(range.getBegin()); in setParensRange()
2087 setLParenLoc(Loc); in initializeLocal()
2199 void setLParenLoc(SourceLocation Loc) { getLocalData()->LParenLoc = Loc; } in setLParenLoc() function
2221 setLParenLoc(Range.getBegin()); in setParensRange()
2687 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
331 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
396 void setLParenLoc(SourceLocation S) { LParenLoc = S; } in setLParenLoc() function
736 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
992 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1088 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1175 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1302 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1384 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
1624 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
[all …]
H A DStmt.h2481 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
2650 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; }
2809 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
2950 void setLParenLoc(SourceLocation L) { LParenLoc = L; }
H A DExpr.h3561 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3930 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
4548 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DExprCXX.h1857 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3727 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DDeclObjC.h797 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp545 setLParenLoc(Loc); in initializeLocal()
H A DOpenMPClause.cpp410 Clause->setLParenLoc(LParenLoc); in Create()
962 Clause->setLParenLoc(LParenLoc); in Create()
981 Clause->setLParenLoc(LParenLoc); in Create()
1013 Clause->setLParenLoc(LParenLoc); in Create()
H A DStmt.cpp1178 setLParenLoc(LParenLoc); in WhileStmt()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp1003 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams()
1183 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h547 void setLParenLoc(SourceLocation EndLoc) { LParenLoc = EndLoc; } in setLParenLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp611 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
H A DTreeTransform.h6559 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
6687 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
6794 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
6818 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
7179 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
7719 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
12467 ParsedClause.setLParenLoc(WithParms->getLParenLoc()); in TransformOpenACCClause()
H A DSemaType.cpp6184 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
6194 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
H A DSemaTemplateInstantiateDecl.cpp1342 ParsedClause.setLParenLoc(WithParms->getLParenLoc()); in InstantiateOpenACCClauseList()
H A DSemaDecl.cpp6635 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()