Searched refs:getColonLoc (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtCXX.h187 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::CXXForRangeStmt
H A DOpenMPClause.h976 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::OMPReductionClause
1060 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::OMPLinearClause
1145 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::OMPAlignedClause
H A DStmt.h664 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::SwitchCase
703 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::CaseStmt
758 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::DefaultStmt
H A DDeclCXX.h120 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::AccessSpecDecl
125 return SourceRange(getAccessSpecifierLoc(), getColonLoc());
H A DExpr.h3172 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::StringLiteral::OffsetOfExpr::AbstractConditionalOperator
/external/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp175 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {");
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp85 Writer.AddSourceLocation(S->getColonLoc(), Record);
619 Writer.AddSourceLocation(E->getColonLoc(), Record);
632 Writer.AddSourceLocation(E->getColonLoc(), Record);
1109 Writer.AddSourceLocation(S->getColonLoc(), Record);
1759 Writer->Writer.AddSourceLocation(C->getColonLoc(), Record);
1769 Writer->Writer.AddSourceLocation(C->getColonLoc(), Record);
1778 Writer->Writer.AddSourceLocation(C->getColonLoc(), Record);
H A DASTWriterDecl.cpp1078 Writer.AddSourceLocation(D->getColonLoc(), Record);
/external/clang/lib/Sema/
H A DTreeTransform.h5448 S->getColonLoc());
5470 return getDerived().RebuildDefaultStmt(S->getDefaultLoc(), S->getColonLoc(),
6181 Cond = SemaRef.CheckBooleanCondition(Cond.get(), S->getColonLoc());
6205 S->getColonLoc(), Range.get(),
6221 S->getColonLoc(), Range.get(),
6672 Vars, C->getLocStart(), C->getLParenLoc(), C->getColonLoc(),
6692 C->getColonLoc(), C->getLocEnd());
6711 C->getColonLoc(), C->getLocEnd());
7253 e->getColonLoc(),
7281 E->getColonLoc(),
[all...]
H A DSemaTemplateInstantiateDecl.cpp434 D->getAccessSpecifierLoc(), D->getColonLoc());
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp616 return PathDiagnosticLocation(CO->getColonLoc(), SM, SingleLocK);

Completed in 263 milliseconds