Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp165 SourceLocation ColonLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
DParseStmt.cpp425 SourceLocation ColonLoc = ConsumeToken(); in ParseLabeledStatement() local
480 SourceLocation ColonLoc; in ParseCaseStatement() local
594 SourceLocation ColonLoc; in ParseDefaultStatement() local
DParseExpr.cpp275 SourceLocation ColonLoc; in ParseRHSOfBinaryExpression() local
DParseDeclCXX.cpp2464 SourceLocation ColonLoc = ConsumeToken(); in ParseConstructorInitializer() local
/external/clang/lib/Sema/
DSemaStmt.cpp307 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()
DSemaCXXScopeSpec.cpp745 SourceLocation ColonLoc, in IsInvalidUnlessNestedName()
DTreeTransform.h1018 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()
DSemaDeclCXX.cpp1412 SourceLocation ColonLoc, in ActOnAccessSpecifier()
3298 SourceLocation ColonLoc, in ActOnMemInitializers()
DSemaExpr.cpp5275 SourceLocation ColonLoc, in ActOnConditionalOp()
/external/clang/include/clang/AST/
DStmtCXX.h135 SourceLocation ColonLoc; variable
DStmt.h666 SourceLocation ColonLoc; variable
728 SourceLocation ColonLoc; variable
DExpr.h2965 SourceLocation QuestionLoc, ColonLoc; variable
/external/clang/include/clang/Parse/
DParser.h1548 SourceLocation ColonLoc; member