Home
last modified time | relevance | path

Searched refs:CEnd (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp1003 for (CodeCompletionString::iterator C = String->begin(), CEnd = String->end(); in GetTypedName() local
1004 C != CEnd; ++C) { in GetTypedName()
H A DCIndex.cpp3315 CEnd = E->explicit_capture_end(); in RunVisitorWorkList() local
3316 C != CEnd; ++C) { in RunVisitorWorkList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp1911 CEnd = S->explicit_capture_end(); in VisitLambdaExpr() local
1912 C != CEnd; ++C) { in VisitLambdaExpr()
H A DStmtPrinter.cpp1962 CEnd = Node->explicit_capture_end(); in VisitLambdaExpr() local
1963 C != CEnd; in VisitLambdaExpr()
H A DDeclCXX.cpp1556 for (const LambdaCapture *C = Lambda.Captures, *CEnd = C + Lambda.NumCaptures; in getCaptureFields() local
1557 C != CEnd; ++C, ++Field) { in getCaptureFields()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp2043 CEnd = AST.cached_completion_end(); in ProcessCodeCompleteResults() local
2044 C != CEnd; ++C) { in ProcessCodeCompleteResults()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1628 CEnd = E->capture_init_end(); in VisitLambdaExpr() local
1629 C != CEnd; ++C) { in VisitLambdaExpr()
H A DASTReaderStmt.cpp1737 CEnd = E->capture_init_end(); in VisitLambdaExpr() local
1738 C != CEnd; ++C) in VisitLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h12627 CEnd = E->capture_end(); in TransformLambdaExpr() local
12628 C != CEnd; ++C) { in TransformLambdaExpr()
12784 CEnd = E->capture_end(); in TransformLambdaExpr() local
12785 C != CEnd; ++C) { in TransformLambdaExpr()
12942 CEnd = E->capture_end(); in SkipLambdaBody() local
12943 C != CEnd; ++C) { in SkipLambdaBody()
H A DSemaOverload.cpp8488 CEnd = CandidateSet.end(); in addGenericBinaryPointerOrEnumeralOverloads() local
8489 C != CEnd; ++C) { in addGenericBinaryPointerOrEnumeralOverloads()