Home
last modified time | relevance | path

Searched refs:getLParenLoc (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp314 Record.AddSourceLocation(TL.getLParenLoc()); in VisitFunctionTypeLoc()
349 Record.AddSourceLocation(TL.getLParenLoc()); in VisitTypeOfExprTypeLoc()
355 Record.AddSourceLocation(TL.getLParenLoc()); in VisitTypeOfTypeLoc()
366 Record.AddSourceLocation(TL.getLParenLoc()); in VisitUnaryTransformTypeLoc()
430 Record.AddSourceLocation(TL.getLParenLoc()); in VisitParenTypeLoc()
492 Record.AddSourceLocation(TL.getLParenLoc()); in VisitAtomicTypeLoc()
5518 Writer.AddSourceLocation(Init->getLParenLoc()); in EmitCXXCtorInitializers()
6028 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPIfClause()
6034 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPFinalClause()
6040 Record.AddSourceLocation(C->getLParenLoc()); in VisitOMPNumThreadsClause()
[all …]
H A DASTWriterStmt.cpp156 Record.AddSourceLocation(S->getLParenLoc()); in VisitIfStmt()
181 Record.AddSourceLocation(S->getLParenLoc()); in VisitSwitchStmt()
202 Record.AddSourceLocation(S->getLParenLoc()); in VisitWhileStmt()
225 Record.AddSourceLocation(S->getLParenLoc()); in VisitForStmt()
716 Record.AddSourceLocation(E->getLParenLoc()); in VisitParenListExpr()
822 Record.AddSourceLocation(E->getLParenLoc()); in VisitOMPArrayShapingExpr()
831 Record.AddSourceLocation(E->getLParenLoc()); in VisitOMPIteratorExpr()
941 Record.AddSourceLocation(E->getLParenLoc()); in VisitObjCBridgedCastExpr()
1024 Record.AddSourceLocation(E->getLParenLoc()); in VisitCStyleCastExpr()
1031 Record.AddSourceLocation(E->getLParenLoc()); in VisitCompoundLiteralExpr()
[all …]
H A DASTWriterDecl.cpp856 Record.AddSourceLocation(D->getLParenLoc()); in VisitObjCPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h251 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
302 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
492 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
569 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
641 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
708 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
774 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
843 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
935 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
1010 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
[all …]
H A DTypeLoc.h1117 SourceLocation getLParenLoc() const { in getLParenLoc() function
1134 return SourceRange(getLParenLoc(), getRParenLoc()); in getLocalSourceRange()
1386 SourceLocation getLParenLoc() const { in getLParenLoc() function
1403 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
1920 SourceLocation getLParenLoc() const { in getLParenLoc() function
1937 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
2011 SourceLocation getLParenLoc() const { return getLocalData()->LParenLoc; } in getLParenLoc() function
2030 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
2489 SourceLocation getLParenLoc() const { in getLParenLoc() function
2506 return SourceRange(getLParenLoc(), getRParenLoc()); in getParensRange()
H A DExprOpenMP.h192 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
366 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
H A DStmt.h2096 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
2260 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
2420 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
2553 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DExpr.h3359 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
3692 SourceLocation getLParenLoc() const { return LPLoc; } in getLParenLoc() function
4295 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
5503 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
5505 SourceLocation getBeginLoc() const { return getLParenLoc(); } in getBeginLoc()
H A DExprCXX.h1766 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
3472 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
4627 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DExprObjC.h1649 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DDeclObjC.h796 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
H A DDeclCXX.h2366 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h5899 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionProtoType()
6020 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformFunctionNoProtoType()
6101 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfExprType()
6124 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformTypeOfType()
6356 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformAtomicType()
6797 NewTL.setLParenLoc(TL.getLParenLoc()); in TransformParenType()
7390 S->getIfLoc(), S->isConstexpr(), S->getLParenLoc(), Cond, in TransformIfStmt()
7411 getDerived().RebuildSwitchStmtStart(S->getSwitchLoc(), S->getLParenLoc(), in TransformSwitchStmt()
7446 return getDerived().RebuildWhileStmt(S->getWhileLoc(), S->getLParenLoc(), in TransformWhileStmt()
7517 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(), in TransformForStmt()
[all …]
H A DSemaObjCProperty.cpp1159 property->getLParenLoc(), readonlyLoc)) { in ActOnPropertyImplDecl()
2236 if (Property->getLParenLoc().isValid() && in AtomicPropertySetterGetterRules()
2240 getLocForEndOfToken(Property->getLParenLoc()); in AtomicPropertySetterGetterRules()
2246 } else if (Property->getLParenLoc().isInvalid()) { in AtomicPropertySetterGetterRules()
H A DSemaTemplateInstantiateDecl.cpp3264 NewE.get(), AC->getBeginLoc(), AC->getLParenLoc(), AC->getEndLoc()); in VisitOMPAllocateDecl()
3431 OMPVarListLocTy Locs(OldC->getBeginLoc(), OldC->getLParenLoc(), in VisitOMPDeclareMapperDecl()
H A DSemaType.cpp5489 if (FTI.NumParams == 0 && !FTI.isVariadic && FTI.getLParenLoc().isValid()) in GetFullTypeForDeclarator()
6156 TL.setLParenLoc(FTI.getLParenLoc()); in VisitFunctionTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp106 return T.getLParenLoc(); in VisitParenTypeLoc()
1342 Builder.markChildToken(L.getLParenLoc(), syntax::NodeRole::OpenParen); in WalkUpFromParenTypeLoc()
1344 Builder.foldNode(Builder.getRange(L.getLParenLoc(), L.getRParenLoc()), in WalkUpFromParenTypeLoc()
1376 Builder.markChildToken(L.getLParenLoc(), syntax::NodeRole::OpenParen); in WalkUpFromFunctionTypeLoc()
1382 Builder.foldNode(Builder.getRange(L.getLParenLoc(), L.getEndLoc()), in WalkUpFromFunctionTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DReachableCode.cpp590 return CSC->getLParenLoc(); in GetUnreachableLoc()
603 return CSC->getLParenLoc(); in GetUnreachableLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp230 TA.insertAfterToken(CCE->getLParenLoc(), bridge); in rewriteToBridgedCast()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp5134 auto ToLParenLoc = importChecked(Err, D->getLParenLoc()); in VisitObjCPropertyDecl()
6205 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitIfStmt()
6224 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitSwitchStmt()
6261 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitWhileStmt()
6294 auto ToLParenLoc = importChecked(Err, S->getLParenLoc()); in VisitForStmt()
6817 auto ToLParenLoc = importChecked(Err, E->getLParenLoc()); in VisitCompoundLiteralExpr()
6887 ExpectedSLoc ToLParenLocOrErr = import(E->getLParenLoc()); in VisitParenListExpr()
6903 auto ToLParenLoc = importChecked(Err, E->getLParenLoc()); in VisitStmtExpr()
7129 ExpectedSLoc ToLParenLocOrErr = import(CCE->getLParenLoc()); in VisitExplicitCastExpr()
7143 ExpectedSLoc ToLParenLocOrErr = import(FCE->getLParenLoc()); in VisitExplicitCastExpr()
[all …]
H A DStmtPrinter.cpp1908 if (Node->getLParenLoc().isValid()) in VisitCXXFunctionalCastExpr()
1911 if (Node->getLParenLoc().isValid()) in VisitCXXFunctionalCastExpr()
H A DExpr.cpp2676 Loc = cast<StmtExpr>(this)->getLParenLoc(); in isUnusedResultAWarning()
2725 Loc = CStyleCE->getLParenLoc(); in isUnusedResultAWarning()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2090 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
2213 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl()
3897 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr()
4285 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
H A DRewriteModernObjC.cpp2172 Loc = ECE->getLParenLoc(); in RewriteObjCQualifiedInterfaceTypes()
2299 startLoc = ECE->getLParenLoc(); in RewriteTypeOfDecl()
4727 SourceLocation LocStart = CE->getLParenLoc(); in RewriteCastExpr()
5152 startLoc = ECE->getLParenLoc(); in RewriteByRefVar()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1422 SourceLocation getLParenLoc() const { return LParenLoc; } in getLParenLoc() function

12