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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 477 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2382 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
2404 InsertText(FunLocStart, FdStr);
3163 SourceLocation FunLocStart;
3165 FunLocStart = getFunctionSourceLocation(*this, CurFunctionDef);
3168 FunLocStart = CurMethodDef->getBeginLoc();
3171 InsertText(FunLocStart, str);
4332 void RewriteModernObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart,
4342 InsertText(FunLocStart, SC);
4379 InsertText(FunLocStart, CI)
    [all...]
RewriteObjC.cpp 387 void SynthesizeBlockLiterals(SourceLocation FunLocStart,
2296 SourceLocation FunLocStart = FD->getTypeSpecStartLoc();
2314 InsertText(FunLocStart, FdStr);
3543 void RewriteObjC::SynthesizeBlockLiterals(SourceLocation FunLocStart,
3556 InsertText(FunLocStart, SC);
3589 InsertText(FunLocStart, CI);
3593 InsertText(FunLocStart, CF);
3597 InsertText(FunLocStart, HF);
3601 InsertText(FunLocStart, BD);
3622 InsertText(FunLocStart, SC)
    [all...]

Completed in 34 milliseconds