Searched defs:ColonLoc (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseInit.cpp | 165 SourceLocation ColonLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
|
D | ParseStmt.cpp | 425 SourceLocation ColonLoc = ConsumeToken(); in ParseLabeledStatement() local 480 SourceLocation ColonLoc; in ParseCaseStatement() local 594 SourceLocation ColonLoc; in ParseDefaultStatement() local
|
D | ParseExpr.cpp | 275 SourceLocation ColonLoc; in ParseRHSOfBinaryExpression() local
|
D | ParseDeclCXX.cpp | 2464 SourceLocation ColonLoc = ConsumeToken(); in ParseConstructorInitializer() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 307 SourceLocation ColonLoc) { in ActOnCaseStmt() 347 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt() 363 SourceLocation ColonLoc, Stmt *SubStmt) { in ActOnLabelStmt() 1658 Stmt *First, SourceLocation ColonLoc, Expr *Range, in ActOnCXXForRangeStmt() 1714 SourceLocation ColonLoc, in BuildNonArrayForRange() 1790 SourceLocation ColonLoc, in RebuildForRangeWithDereference() 1806 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, in BuildCXXForRangeStmt()
|
D | SemaCXXScopeSpec.cpp | 745 SourceLocation ColonLoc, in IsInvalidUnlessNestedName()
|
D | TreeTransform.h | 1018 SourceLocation ColonLoc) { in RebuildCaseStmt() 1037 SourceLocation ColonLoc, in RebuildDefaultStmt() 1048 SourceLocation ColonLoc, Stmt *SubStmt) { in RebuildLabelStmt() 1327 SourceLocation ColonLoc, in RebuildCXXForRangeStmt() 1574 SourceLocation ColonLoc, in RebuildConditionalOperator()
|
D | SemaDeclCXX.cpp | 1412 SourceLocation ColonLoc, in ActOnAccessSpecifier() 3298 SourceLocation ColonLoc, in ActOnMemInitializers()
|
D | SemaExpr.cpp | 5275 SourceLocation ColonLoc, in ActOnConditionalOp()
|
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 135 SourceLocation ColonLoc; variable
|
D | Stmt.h | 666 SourceLocation ColonLoc; variable 728 SourceLocation ColonLoc; variable
|
D | Expr.h | 2965 SourceLocation QuestionLoc, ColonLoc; variable
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1548 SourceLocation ColonLoc; member
|