Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseInit.cpp147 SourceLocation ColonLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
H A DParseStmt.cpp541 SourceLocation ColonLoc = ConsumeToken(); in ParseLabeledStatement() local
625 SourceLocation ColonLoc; in ParseCaseStatement() local
758 SourceLocation ColonLoc; in ParseDefaultStatement() local
H A DParseOpenMP.cpp681 SourceLocation ColonLoc = SourceLocation(); in ParseOpenMPVarListClause() local
H A DParseExpr.cpp233 SourceLocation ColonLoc; in ParseRHSOfBinaryExpression() local
H A DParseObjc.cpp1089 SourceLocation ColonLoc = Tok.getLocation(); in ParseObjCMethodDecl() local
H A DParseDeclCXX.cpp2972 SourceLocation ColonLoc = ConsumeToken(); in ParseConstructorInitializer() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h1263 SourceLocation ColonLoc; variable
1280 SourceLocation ColonLoc, SourceLocation EndLoc, unsigned N, in OMPReductionClause()
1356 SourceLocation ColonLoc; variable
1370 SourceLocation ColonLoc, SourceLocation EndLoc, in OMPLinearClause()
1441 SourceLocation ColonLoc; variable
1455 SourceLocation ColonLoc, SourceLocation EndLoc, in OMPAlignedClause()
H A DStmtCXX.h134 SourceLocation ColonLoc; variable
H A DDeclCXX.h104 SourceLocation ColonLoc; variable
107 SourceLocation ASLoc, SourceLocation ColonLoc) in AccessSpecDecl()
130 SourceLocation ColonLoc) { in Create()
H A DStmt.h651 SourceLocation ColonLoc; variable
653 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase()
H A DExpr.h3153 SourceLocation QuestionLoc, ColonLoc; variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp366 SourceLocation ColonLoc) { in ActOnCaseStmt()
434 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt()
450 SourceLocation ColonLoc, Stmt *SubStmt) { in ActOnLabelStmt()
1929 Stmt *First, SourceLocation ColonLoc, Expr *Range, in ActOnCXXForRangeStmt()
1992 SourceLocation ColonLoc, in BuildNonArrayForRange()
2068 SourceLocation ColonLoc, in RebuildForRangeWithDereference()
2118 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, in BuildCXXForRangeStmt()
H A DSemaCXXScopeSpec.cpp823 SourceLocation ColonLoc, in IsInvalidUnlessNestedName()
H A DSemaOpenMP.cpp4019 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation ColonLoc, in ActOnOpenMPVarListClause()
4698 SourceLocation ColonLoc, SourceLocation EndLoc, in ActOnOpenMPReductionClause()
4989 SourceLocation ColonLoc, in ActOnOpenMPLinearClause()
5115 SourceLocation LParenLoc, SourceLocation ColonLoc, SourceLocation EndLoc) { in ActOnOpenMPAlignedClause()
H A DTreeTransform.h1095 SourceLocation ColonLoc) { in RebuildCaseStmt()
1114 SourceLocation ColonLoc, in RebuildDefaultStmt()
1125 SourceLocation ColonLoc, Stmt *SubStmt) { in RebuildLabelStmt()
1488 SourceLocation ColonLoc, in RebuildOMPReductionClause()
1504 SourceLocation ColonLoc, in RebuildOMPLinearClause()
1517 SourceLocation ColonLoc, in RebuildOMPAlignedClause()
1646 SourceLocation ColonLoc, in RebuildCXXForRangeStmt()
1916 SourceLocation ColonLoc, in RebuildConditionalOperator()
H A DSemaDeclCXX.cpp1827 SourceLocation ColonLoc, in ActOnAccessSpecifier()
4193 SourceLocation ColonLoc, in ActOnMemInitializers()
H A DSemaExpr.cpp6160 SourceLocation ColonLoc, in ActOnConditionalOp()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1291 SourceLocation ColonLoc, in Create()
1314 SourceLocation LParenLoc, SourceLocation ColonLoc, in Create()
1404 SourceLocation EndLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VL, in Create()
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h1716 SourceLocation ColonLoc; member