/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseInit.cpp | 147 SourceLocation ColonLoc = ConsumeToken(); in ParseInitializerWithPotentialDesignator() local
|
H A D | ParseStmt.cpp | 541 SourceLocation ColonLoc = ConsumeToken(); in ParseLabeledStatement() local 625 SourceLocation ColonLoc; in ParseCaseStatement() local 758 SourceLocation ColonLoc; in ParseDefaultStatement() local
|
H A D | ParseOpenMP.cpp | 681 SourceLocation ColonLoc = SourceLocation(); in ParseOpenMPVarListClause() local
|
H A D | ParseExpr.cpp | 233 SourceLocation ColonLoc; in ParseRHSOfBinaryExpression() local
|
H A D | ParseObjc.cpp | 1089 SourceLocation ColonLoc = Tok.getLocation(); in ParseObjCMethodDecl() local
|
H A D | ParseDeclCXX.cpp | 2972 SourceLocation ColonLoc = ConsumeToken(); in ParseConstructorInitializer() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1263 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 D | StmtCXX.h | 134 SourceLocation ColonLoc; variable
|
H A D | DeclCXX.h | 104 SourceLocation ColonLoc; variable 107 SourceLocation ASLoc, SourceLocation ColonLoc) in AccessSpecDecl() 130 SourceLocation ColonLoc) { in Create()
|
H A D | Stmt.h | 651 SourceLocation ColonLoc; variable 653 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) in SwitchCase()
|
H A D | Expr.h | 3153 SourceLocation QuestionLoc, ColonLoc; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 366 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 D | SemaCXXScopeSpec.cpp | 823 SourceLocation ColonLoc, in IsInvalidUnlessNestedName()
|
H A D | SemaOpenMP.cpp | 4019 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 D | TreeTransform.h | 1095 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 D | SemaDeclCXX.cpp | 1827 SourceLocation ColonLoc, in ActOnAccessSpecifier() 4193 SourceLocation ColonLoc, in ActOnMemInitializers()
|
H A D | SemaExpr.cpp | 6160 SourceLocation ColonLoc, in ActOnConditionalOp()
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 1291 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 D | Parser.h | 1716 SourceLocation ColonLoc; member
|