Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp176 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {"); in tryFixing()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h392 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
495 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
2661 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3040 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3304 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3549 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3792 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
3975 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
4615 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
5689 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
[all …]
H A DExprOpenMP.h393 SourceLocation getColonLoc(unsigned I) const;
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.h643 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DStmt.h1547 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
H A DExpr.h4057 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6026 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPIfClause()
6219 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPLastprivateClause()
6245 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPReductionClause()
6272 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPTaskReductionClause()
6291 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPInReductionClause()
6312 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPLinearClause()
6339 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPAlignedClause()
6390 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPDependClause()
6419 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPMapClause()
6439 Record.AddSourceLocation(C->getColonLoc()); in VisitOMPAllocateClause()
[all …]
H A DASTWriterStmt.cpp95 Record.AddSourceLocation(S->getColonLoc()); in VisitSwitchCase()
840 Record.AddSourceLocation(E->getColonLoc(I)); in VisitOMPIteratorExpr()
990 Record.AddSourceLocation(E->getColonLoc()); in VisitConditionalOperator()
1003 Record.AddSourceLocation(E->getColonLoc()); in VisitBinaryConditionalOperator()
1538 Record.AddSourceLocation(S->getColonLoc()); in VisitCXXForRangeStmt()
H A DASTWriterDecl.cpp1440 Record.AddSourceLocation(D->getColonLoc()); in VisitAccessSpecDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7244 S->getColonLoc()); in TransformCaseStmt()
7267 return getDerived().RebuildDefaultStmt(S->getDefaultLoc(), S->getColonLoc(), in TransformDefaultStmt()
8170 Cond = SemaRef.CheckBooleanCondition(S->getColonLoc(), Cond.get()); in TransformCXXForRangeStmt()
8197 S->getColonLoc(), Range.get(), in TransformCXXForRangeStmt()
8219 S->getColonLoc(), Range.get(), in TransformCXXForRangeStmt()
9139 C->getNameModifierLoc(), C->getColonLoc(), C->getEndLoc()); in TransformOMPIfClause()
9531 Vars, C->getKind(), C->getKindLoc(), C->getColonLoc(), C->getBeginLoc(), in TransformOMPLastprivateClause()
9594 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc(), in TransformOMPReductionClause()
9639 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(), in TransformOMPTaskReductionClause()
9684 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(), in TransformOMPInReductionClause()
[all …]
H A DSemaTemplateInstantiateDecl.cpp1072 D->getAccessSpecifierLoc(), D->getColonLoc()); in VisitAccessSpecDecl()
3436 OldC->getMapLoc(), OldC->getColonLoc(), NewVars, Locs); in VisitOMPDeclareMapperDecl()
H A DSemaExpr.cpp18158 return S.ActOnConditionalOp(CO->getQuestionLoc(), CO->getColonLoc(), in rebuildPotentialResultsAsNonOdrUsed()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp613 return PathDiagnosticLocation(CO->getColonLoc(), SM, SingleLocK); in createConditionalColonLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp2281 auto ColonLocOrErr = import(D->getColonLoc()); in VisitAccessSpecDecl()
4322 auto ToColonLoc = importChecked(Err, D->getColonLoc()); in VisitObjCTypeParamDecl()
6145 auto ToColonLoc = importChecked(Err, S->getColonLoc()); in VisitCaseStmt()
6160 auto ToColonLoc = importChecked(Err, S->getColonLoc()); in VisitDefaultStmt()
6406 auto ToColonLoc = importChecked(Err, S->getColonLoc()); in VisitCXXForRangeStmt()
6976 auto ToColonLoc = importChecked(Err, E->getColonLoc()); in VisitConditionalOperator()
6996 auto ToColonLoc = importChecked(Err, E->getColonLoc()); in VisitBinaryConditionalOperator()
H A DExpr.cpp4858 SourceLocation OMPIteratorExpr::getColonLoc(unsigned I) const { in getColonLoc() function in OMPIteratorExpr
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp747 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()