Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h1101 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1114 setLParenLoc(Loc); in initializeLocal()
1366 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1421 setLParenLoc(Loc); in initializeLocal()
1788 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
1805 setLParenLoc(range.getBegin()); in setParensRange()
1815 setLParenLoc(Loc); in initializeLocal()
1898 setLParenLoc(Range.getBegin()); in setParensRange()
2228 void setLParenLoc(SourceLocation Loc) { in setLParenLoc() function
2245 setLParenLoc(Range.getBegin()); in setParensRange()
[all …]
H A DOpenMPClause.h220 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
299 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
359 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
420 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
475 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
529 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
584 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
647 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
717 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
919 void setLParenLoc(SourceLocation Loc) { LParenLoc = Loc; } in setLParenLoc() function
[all …]
H A DExpr.h2964 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3256 void setLParenLoc(SourceLocation L) { LPLoc = L; } in setLParenLoc() function
3830 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DExprCXX.h1551 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
3213 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DDeclObjC.h825 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
H A DStmt.h2286 void setLParenLoc(SourceLocation L) { LParenLoc = L; } in setLParenLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6577 TL.setLParenLoc(ReadSourceLocation()); in VisitFunctionTypeLoc()
6605 TL.setLParenLoc(ReadSourceLocation()); in VisitTypeOfExprTypeLoc()
6611 TL.setLParenLoc(ReadSourceLocation()); in VisitTypeOfTypeLoc()
6622 TL.setLParenLoc(ReadSourceLocation()); in VisitUnaryTransformTypeLoc()
6676 TL.setLParenLoc(ReadSourceLocation()); in VisitParenTypeLoc()
6745 TL.setLParenLoc(ReadSourceLocation()); in VisitAtomicTypeLoc()
11880 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPIfClause()
11885 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPFinalClause()
11891 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPNumThreadsClause()
11896 C->setLParenLoc(Record.readSourceLocation()); in VisitOMPSafelenClause()
[all …]
H A DASTReaderStmt.cpp301 S->setLParenLoc(ReadSourceLocation()); in VisitForStmt()
837 E->setLParenLoc(ReadSourceLocation()); in VisitCStyleCastExpr()
843 E->setLParenLoc(ReadSourceLocation()); in VisitCompoundLiteralExpr()
980 E->setLParenLoc(ReadSourceLocation()); in VisitStmtExpr()
1438 E->setLParenLoc(ReadSourceLocation()); in VisitCXXFunctionalCastExpr()
1644 E->setLParenLoc(ReadSourceLocation()); in VisitCXXUnresolvedConstructExpr()
H A DASTReaderDecl.cpp1252 D->setLParenLoc(ReadSourceLocation()); in VisitObjCPropertyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp480 setLParenLoc(Loc); in initializeLocal()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h5348 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
5469 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
5550 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
5573 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
5831 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
6157 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
H A DSemaType.cpp5574 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
5584 TL.setLParenLoc(Chunk.Loc); in VisitParenTypeLoc()
H A DSemaTemplate.cpp1888 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
H A DSemaDecl.cpp5612 DstPTL.setLParenLoc(SrcPTL.getLParenLoc()); in FixInvalidVariablyModifiedTypeLoc()