Searched defs:ColonLoc (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseInit.cpp | 165 SourceLocation ColonLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
|
| D | ParseStmt.cpp | 517 SourceLocation ColonLoc = ConsumeToken(); in ParseLabeledStatement() local 601 SourceLocation ColonLoc; in ParseCaseStatement() local 715 SourceLocation ColonLoc; in ParseDefaultStatement() local
|
| D | ParseExpr.cpp | 225 SourceLocation ColonLoc; in ParseRHSOfBinaryExpression() local
|
| D | ParseDeclCXX.cpp | 2783 SourceLocation ColonLoc = ConsumeToken(); in ParseConstructorInitializer() local
|
| D | ParseObjc.cpp | 1119 SourceLocation ColonLoc = Tok.getLocation(); in ParseObjCMethodDecl() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaStmt.cpp | 340 SourceLocation ColonLoc) { in ActOnCaseStmt() 386 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt() 402 SourceLocation ColonLoc, Stmt *SubStmt) { in ActOnLabelStmt() 1835 Stmt *First, SourceLocation ColonLoc, Expr *Range, in ActOnCXXForRangeStmt() 1898 SourceLocation ColonLoc, in BuildNonArrayForRange() 1974 SourceLocation ColonLoc, in RebuildForRangeWithDereference() 2024 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, in BuildCXXForRangeStmt()
|
| D | SemaCXXScopeSpec.cpp | 723 SourceLocation ColonLoc, in IsInvalidUnlessNestedName()
|
| D | TreeTransform.h | 1061 SourceLocation ColonLoc) { in RebuildCaseStmt() 1080 SourceLocation ColonLoc, in RebuildDefaultStmt() 1091 SourceLocation ColonLoc, Stmt *SubStmt) { in RebuildLabelStmt() 1433 SourceLocation ColonLoc, in RebuildCXXForRangeStmt() 1694 SourceLocation ColonLoc, in RebuildConditionalOperator()
|
| D | SemaDeclCXX.cpp | 1738 SourceLocation ColonLoc, in ActOnAccessSpecifier() 3826 SourceLocation ColonLoc, in ActOnMemInitializers()
|
| D | SemaExpr.cpp | 5898 SourceLocation ColonLoc, in ActOnConditionalOp()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | StmtCXX.h | 134 SourceLocation ColonLoc; variable
|
| D | DeclCXX.h | 105 SourceLocation ColonLoc; variable 108 SourceLocation ASLoc, SourceLocation ColonLoc) in AccessSpecDecl() 131 SourceLocation ColonLoc) { in Create()
|
| D | Stmt.h | 630 SourceLocation ColonLoc; variable 632 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase()
|
| D | Expr.h | 3117 SourceLocation QuestionLoc, ColonLoc; variable
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/ |
| D | Parser.h | 1613 SourceLocation ColonLoc; member
|