HomeSort by: relevance | last modified time | path
    Searched defs:Cap (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
DirectiveEmitter.h 145 bool Cap = true;
146 std::transform(N.begin(), N.end(), N.begin(), [&Cap](unsigned char C) {
147 if (Cap == true) {
149 Cap = false;
151 Cap = true;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h 2227 T* Cap = nullptr;
2235 Cap = Inline + N;
2252 Cap = First + NewCap;
2256 PODSmallVector() : First(Inline), Last(First), Cap(Inline + N) {}
2271 Cap = Other.Cap;
2290 Cap = Other.Cap;
2297 std::swap(Cap, Other.Cap);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 15522 for (Capture &Cap : BSI->Captures) {
15523 if (Cap.isInvalid() || Cap.isThisCapture())
15526 VarDecl *Var = Cap.getVariable();
15528 if (getLangOpts().CPlusPlus && Cap.isCopyCapture()) {
15530 Cap.getCaptureType()->getAs<RecordType>()) {
15547 SourceLocation Loc = Cap.getLocation();
15565 Cap.getCaptureType(), false),
15581 BlockDecl::Capture NewCap(Var, Cap.isBlockCapture(), Cap.isNested()
    [all...]

Completed in 52 milliseconds