Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CompilerInvocation

1049   IntrusiveRefCntPtr<CompilerInvocation>
1050 CCInvocation(new CompilerInvocation(*Invocation));
1188 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) {
1342 const CompilerInvocation &PreambleInvocationIn, bool AllowRebuild,
1345 IntrusiveRefCntPtr<CompilerInvocation>
1346 PreambleInvocation(new CompilerInvocation(PreambleInvocationIn));
1709 ASTUnit *ASTUnit::create(CompilerInvocation *CI,
1732 CompilerInvocation *CI,
1740 assert(CI && "A CompilerInvocation is required");
1903 CompilerInvocation *CI,
1953 IntrusiveRefCntPtr<CompilerInvocation> CI;
2333 IntrusiveRefCntPtr<CompilerInvocation>
2334 CCInvocation(new CompilerInvocation(*Invocation));