Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp176 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {"); in tryFixing()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h393 SourceLocation getColonLoc(unsigned I) const;
H A DOpenMPClause.h392 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
495 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
2769 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3148 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3412 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3657 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3900 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
4083 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
4723 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
5797 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
[all …]
H A DStmtCXX.h203 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DDeclCXX.h109 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
115 return SourceRange(getAccessSpecifierLoc(), getColonLoc()); in getSourceRange()
H A DDeclObjC.h643 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DStmt.h1547 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DExpr.h4124 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6026 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPIfClause()
6226 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPLastprivateClause()
6252 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPReductionClause()
6279 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPTaskReductionClause()
6298 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPInReductionClause()
6319 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPLinearClause()
6346 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPAlignedClause()
6397 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPDependClause()
6426 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPMapClause()
6446 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPAllocateClause()
[all …]
H A DASTWriterStmt.cpp95 Record.AddSourceLocation(S->getColonLoc()); in VisitSwitchCase()
851 Record.AddSourceLocation(E->getColonLoc(I)); in VisitOMPIteratorExpr()
1001 Record.AddSourceLocation(E->getColonLoc()); in VisitConditionalOperator()
1014 Record.AddSourceLocation(E->getColonLoc()); in VisitBinaryConditionalOperator()
1549 Record.AddSourceLocation(S->getColonLoc()); in VisitCXXForRangeStmt()
H A DASTWriterDecl.cpp1458 Record.AddSourceLocation(D->getColonLoc()); in VisitAccessSpecDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9173 C->getNameModifierLoc(), C->getColonLoc(), C->getEndLoc()); in TransformOMPIfClause()
9650 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc(), in TransformOMPReductionClause()
9695 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(), in TransformOMPTaskReductionClause()
9740 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(), in TransformOMPInReductionClause()
9760 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc()); in TransformOMPLinearClause()
9779 C->getColonLoc(), C->getEndLoc()); in TransformOMPAlignedClause()
9856 C->getColonLoc(), Vars, C->getBeginLoc(), C->getLParenLoc(), in TransformOMPDependClause()
9937 C->getColonLoc(), Vars, Locs, UnresolvedMappers); in TransformOMPMapClause()
10758 Data[I].ColonLoc = E->getColonLoc(I); in TransformOMPIteratorExpr()
11012 e->getColonLoc(), in TransformBinaryConditionalOperator()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1127 D->getAccessSpecifierLoc(), D->getColonLoc()); in VisitAccessSpecDecl()
3560 OldC->getMapLoc(), OldC->getColonLoc(), NewVars, Locs); in VisitOMPDeclareMapperDecl()
H A DSemaExpr.cpp18324 return S.ActOnConditionalOp(CO->getQuestionLoc(), CO->getColonLoc(), in rebuildPotentialResultsAsNonOdrUsed()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp613 return PathDiagnosticLocation(CO->getColonLoc(), SM, SingleLocK); in createConditionalColonLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2328 auto ColonLocOrErr = import(D->getColonLoc()); in VisitAccessSpecDecl()
4385 auto ToColonLoc = importChecked(Err, D->getColonLoc()); in VisitObjCTypeParamDecl()
6274 auto ToColonLoc = importChecked(Err, S->getColonLoc()); in VisitCaseStmt()
6289 auto ToColonLoc = importChecked(Err, S->getColonLoc()); in VisitDefaultStmt()
6535 auto ToColonLoc = importChecked(Err, S->getColonLoc()); in VisitCXXForRangeStmt()
7105 auto ToColonLoc = importChecked(Err, E->getColonLoc()); in VisitConditionalOperator()
7125 auto ToColonLoc = importChecked(Err, E->getColonLoc()); in VisitBinaryConditionalOperator()
H A DExpr.cpp4929 SourceLocation OMPIteratorExpr::getColonLoc(unsigned I) const { in getColonLoc() function in OMPIteratorExpr
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp747 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()