Home
last modified time | relevance | path

Searched defs:ColonLoc (Results 1 – 15 of 15) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseInit.cpp165 SourceLocation ColonLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
DParseStmt.cpp517 SourceLocation ColonLoc = ConsumeToken(); in ParseLabeledStatement() local
601 SourceLocation ColonLoc; in ParseCaseStatement() local
715 SourceLocation ColonLoc; in ParseDefaultStatement() local
DParseExpr.cpp225 SourceLocation ColonLoc; in ParseRHSOfBinaryExpression() local
DParseDeclCXX.cpp2783 SourceLocation ColonLoc = ConsumeToken(); in ParseConstructorInitializer() local
DParseObjc.cpp1119 SourceLocation ColonLoc = Tok.getLocation(); in ParseObjCMethodDecl() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp340 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()
DSemaCXXScopeSpec.cpp723 SourceLocation ColonLoc, in IsInvalidUnlessNestedName()
DTreeTransform.h1061 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()
DSemaDeclCXX.cpp1738 SourceLocation ColonLoc, in ActOnAccessSpecifier()
3826 SourceLocation ColonLoc, in ActOnMemInitializers()
DSemaExpr.cpp5898 SourceLocation ColonLoc, in ActOnConditionalOp()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmtCXX.h134 SourceLocation ColonLoc; variable
DDeclCXX.h105 SourceLocation ColonLoc; variable
108 SourceLocation ASLoc, SourceLocation ColonLoc) in AccessSpecDecl()
131 SourceLocation ColonLoc) { in Create()
DStmt.h630 SourceLocation ColonLoc; variable
632 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase()
DExpr.h3117 SourceLocation QuestionLoc, ColonLoc; variable
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1613 SourceLocation ColonLoc; member