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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h108 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::OMPArraySectionExpr
H A DStmtCXX.h203 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::CXXForRangeStmt
H A DOpenMPClause.h388 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::final
490 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::OMPIfClause
2290 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::final
2599 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::final
2833 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::final
3078 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::final
3321 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::final
3504 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::final
4046 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::final
5051 SourceLocation getColonLoc() cons
[all...]
H A DDeclCXX.h107 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::AccessSpecDecl
113 return SourceRange(getAccessSpecifierLoc(), getColonLoc());
H A DStmt.h1496 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::SwitchCase
H A DDeclObjC.h635 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::ObjCTypeParamDecl
H A DExpr.h3722 SourceLocation getColonLoc() const { return ColonLoc; } function in class:clang::final::final::AbstractConditionalOperator
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp175 Pass.TA.insertAfterToken(info.SC->getColonLoc(), " {");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6062 Record.AddSourceLocation(C->getColonLoc());
6188 Record.AddSourceLocation(C->getColonLoc());
6212 Record.AddSourceLocation(C->getColonLoc());
6231 Record.AddSourceLocation(C->getColonLoc());
6250 Record.AddSourceLocation(C->getColonLoc());
6271 Record.AddSourceLocation(C->getColonLoc());
6298 Record.AddSourceLocation(C->getColonLoc());
6343 Record.AddSourceLocation(C->getColonLoc());
6370 Record.AddSourceLocation(C->getColonLoc());
6390 Record.AddSourceLocation(C->getColonLoc());
[all...]
H A DASTWriterStmt.cpp95 Record.AddSourceLocation(S->getColonLoc());
772 Record.AddSourceLocation(E->getColonLoc());
892 Record.AddSourceLocation(E->getColonLoc());
905 Record.AddSourceLocation(E->getColonLoc());
1440 Record.AddSourceLocation(S->getColonLoc());
H A DASTWriterDecl.cpp1434 Record.AddSourceLocation(D->getColonLoc());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6838 S->getColonLoc());
6861 return getDerived().RebuildDefaultStmt(S->getDefaultLoc(), S->getColonLoc(),
7755 Cond = SemaRef.CheckBooleanCondition(S->getColonLoc(), Cond.get());
7782 S->getColonLoc(), Range.get(),
7800 S->getColonLoc(), Range.get(),
8635 C->getNameModifierLoc(), C->getColonLoc(), C->getEndLoc());
8888 Vars, C->getKind(), C->getKindLoc(), C->getColonLoc(), C->getBeginLoc(),
8950 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(),
8995 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(),
9040 Vars, C->getBeginLoc(), C->getLParenLoc(), C->getColonLoc(),
[all...]
H A DSemaTemplateInstantiateDecl.cpp964 D->getAccessSpecifierLoc(), D->getColonLoc());
3384 OldC->getMapLoc(), OldC->getColonLoc(), NewVars, Locs);
H A DSemaOpenMP.cpp13570 if (OASE->getColonLoc().isValid())
13596 if (OASE->getColonLoc().isValid())
15136 if (isa<ArraySubscriptExpr>(E) || (OASE && OASE->getColonLoc().isInvalid())) {
15192 if (isa<ArraySubscriptExpr>(E) || (OASE && OASE->getColonLoc().isInvalid()))
H A DSemaExpr.cpp16647 return S.ActOnConditionalOp(CO->getQuestionLoc(), CO->getColonLoc(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp597 return PathDiagnosticLocation(CO->getColonLoc(), SM, SingleLocK);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2221 auto ColonLocOrErr = import(D->getColonLoc());
4166 D->getVarianceLoc(), D->getLocation(), D->getColonLoc(),
5975 S->getEllipsisLoc(), S->getColonLoc());
5993 auto Imp = importSeq(S->getDefaultLoc(), S->getColonLoc(), S->getSubStmt());
6243 S->getForLoc(), S->getCoawaitLoc(), S->getColonLoc(), S->getRParenLoc());
6795 E->getCond(), E->getQuestionLoc(), E->getLHS(), E->getColonLoc(),
6814 E->getFalseExpr(), E->getQuestionLoc(), E->getColonLoc(), E->getType());
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7176 if (!OAE->getLength() && OAE->getColonLoc().isValid() &&
7191 if (!OAE->getLength() && OAE->getColonLoc().isInvalid())
7201 assert(!OAE->getLength() && OAE->getColonLoc().isValid() &&
7274 if (OASE->getColonLoc().isInvalid())
H A DCGExpr.cpp3716 if (IsLowerBound || E->getColonLoc().isInvalid()) {

Completed in 533 milliseconds