Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp176 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {"); in tryFixing()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h393 SourceLocation getColonLoc(unsigned I) const;
H A DOpenMPClause.h468 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
571 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
2886 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3265 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3529 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3774 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
4017 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
4200 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
5928 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
6836 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
[all …]
H A DStmtCXX.h203 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DDeclCXX.h108 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
114 return SourceRange(getAccessSpecifierLoc(), getColonLoc()); in getSourceRange()
H A DDeclObjC.h646 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DStmt.h1580 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DExpr.h4135 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6221 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPIfClause()
6428 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPLastprivateClause()
6454 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPReductionClause()
6481 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPTaskReductionClause()
6500 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPInReductionClause()
6521 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPLinearClause()
6548 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPAlignedClause()
6599 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPDependClause()
6629 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPMapClause()
6649 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPAllocateClause()
[all …]
H A DASTWriterStmt.cpp98 Record.AddSourceLocation(S->getColonLoc()); in VisitSwitchCase()
849 Record.AddSourceLocation(E->getColonLoc(I)); in VisitOMPIteratorExpr()
999 Record.AddSourceLocation(E->getColonLoc()); in VisitConditionalOperator()
1012 Record.AddSourceLocation(E->getColonLoc()); in VisitBinaryConditionalOperator()
1547 Record.AddSourceLocation(S->getColonLoc()); in VisitCXXForRangeStmt()
H A DASTWriterDecl.cpp1468 Record.AddSourceLocation(D->getColonLoc()); in VisitAccessSpecDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp469 return Node.getQuestionLoc().isMacroID() || Node.getColonLoc().isMacroID(); in AST_MATCHER()
1250 diag(CondOp->getColonLoc(), in check()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9400 C->getNameModifierLoc(), C->getColonLoc(), C->getEndLoc()); in TransformOMPIfClause()
9893 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc(), in TransformOMPReductionClause()
9938 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(), in TransformOMPTaskReductionClause()
9983 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(), in TransformOMPInReductionClause()
10003 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc()); in TransformOMPLinearClause()
10022 C->getColonLoc(), C->getEndLoc()); in TransformOMPAlignedClause()
10180 C->getColonLoc(), Vars, Locs, UnresolvedMappers); in TransformOMPMapClause()
10302 MapperIdInfo, C->getColonLoc(), Vars, Locs, UnresolvedMappers); in TransformOMPToClause()
11021 Data[I].ColonLoc = E->getColonLoc(I); in TransformOMPIteratorExpr()
11289 e->getColonLoc(), in TransformBinaryConditionalOperator()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1181 D->getAccessSpecifierLoc(), D->getColonLoc()); in VisitAccessSpecDecl()
3622 OldC->getMapLoc(), OldC->getColonLoc(), NewVars, Locs); in VisitOMPDeclareMapperDecl()
H A DSemaExpr.cpp19219 return S.ActOnConditionalOp(CO->getQuestionLoc(), CO->getColonLoc(), in rebuildPotentialResultsAsNonOdrUsed()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp613 return PathDiagnosticLocation(CO->getColonLoc(), SM, SingleLocK); in createConditionalColonLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp2314 auto ColonLocOrErr = import(D->getColonLoc()); in VisitAccessSpecDecl()
4446 auto ToColonLoc = importChecked(Err, D->getColonLoc()); in VisitObjCTypeParamDecl()
6385 auto ToColonLoc = importChecked(Err, S->getColonLoc()); in VisitCaseStmt()
6400 auto ToColonLoc = importChecked(Err, S->getColonLoc()); in VisitDefaultStmt()
6646 auto ToColonLoc = importChecked(Err, S->getColonLoc()); in VisitCXXForRangeStmt()
7235 auto ToColonLoc = importChecked(Err, E->getColonLoc()); in VisitConditionalOperator()
7255 auto ToColonLoc = importChecked(Err, E->getColonLoc()); in VisitBinaryConditionalOperator()
H A DExpr.cpp4966 SourceLocation OMPIteratorExpr::getColonLoc(unsigned I) const { in getColonLoc() function in OMPIteratorExpr
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp756 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()