Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprOpenMP.h109 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
DOpenMPClause.h218 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
1691 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
1883 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
2028 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
2488 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
2718 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
DStmtCXX.h190 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
DStmt.h660 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
699 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
754 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
DDeclCXX.h120 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
125 return SourceRange(getAccessSpecifierLoc(), getColonLoc()); in getSourceRange()
DDeclObjC.h598 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
DExpr.h3226 SourceLocation getColonLoc() const { return ColonLoc; } in getColonLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp85 Writer.AddSourceLocation(S->getColonLoc(), Record); in VisitSwitchCase()
539 Writer.AddSourceLocation(E->getColonLoc(), Record); in VisitOMPArraySectionExpr()
651 Writer.AddSourceLocation(E->getColonLoc(), Record); in VisitConditionalOperator()
664 Writer.AddSourceLocation(E->getColonLoc(), Record); in VisitBinaryConditionalOperator()
1159 Writer.AddSourceLocation(S->getColonLoc(), Record); in VisitCXXForRangeStmt()
1770 Writer->Writer.AddSourceLocation(C->getColonLoc(), Record); in VisitOMPIfClause()
1898 Writer->Writer.AddSourceLocation(C->getColonLoc(), Record); in VisitOMPReductionClause()
1916 Writer->Writer.AddSourceLocation(C->getColonLoc(), Record); in VisitOMPLinearClause()
1941 Writer->Writer.AddSourceLocation(C->getColonLoc(), Record); in VisitOMPAlignedClause()
1985 Writer->Writer.AddSourceLocation(C->getColonLoc(), Record); in VisitOMPDependClause()
[all …]
DASTWriterDecl.cpp1232 Writer.AddSourceLocation(D->getColonLoc(), Record); in VisitAccessSpecDecl()
/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp175 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {"); in tryFixing()
/external/clang/lib/Sema/
DTreeTransform.h6017 S->getColonLoc()); in TransformCaseStmt()
6039 return getDerived().RebuildDefaultStmt(S->getDefaultLoc(), S->getColonLoc(), in TransformDefaultStmt()
6825 Cond = SemaRef.CheckBooleanCondition(Cond.get(), S->getColonLoc()); in TransformCXXForRangeStmt()
6850 S->getColonLoc(), Range.get(), in TransformCXXForRangeStmt()
6867 S->getColonLoc(), Range.get(), in TransformCXXForRangeStmt()
7428 C->getNameModifierLoc(), C->getColonLoc(), C->getLocEnd()); in TransformOMPIfClause()
7675 Vars, C->getLocStart(), C->getLParenLoc(), C->getColonLoc(), in TransformOMPReductionClause()
7695 C->getModifierLoc(), C->getColonLoc(), C->getLocEnd()); in TransformOMPLinearClause()
7714 C->getColonLoc(), C->getLocEnd()); in TransformOMPAlignedClause()
7773 C->getDependencyKind(), C->getDependencyLoc(), C->getColonLoc(), Vars, in TransformOMPDependClause()
[all …]
DSemaTemplateInstantiateDecl.cpp550 D->getAccessSpecifierLoc(), D->getColonLoc()); in VisitAccessSpecDecl()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp617 return PathDiagnosticLocation(CO->getColonLoc(), SM, SingleLocK); in createConditionalColonLoc()
/external/clang/lib/AST/
DASTImporter.cpp3458 Importer.Import(D->getColonLoc()), in VisitObjCTypeParamDecl()
4639 SourceLocation ToColonLoc = Importer.Import(S->getColonLoc()); in VisitCaseStmt()
4647 SourceLocation ToColonLoc = Importer.Import(S->getColonLoc()); in VisitDefaultStmt()
4919 SourceLocation ToColonLoc = Importer.Import(S->getColonLoc()); in VisitCXXForRangeStmt()
DStmtPrinter.cpp1384 if (Node->getColonLoc().isValid()) { in VisitOMPArraySectionExpr()
/external/clang/lib/CodeGen/
DCGExpr.cpp2845 if (IsLowerBound || (!IsLowerBound && E->getColonLoc().isInvalid())) { in EmitOMPArraySectionExpr()