HomeSort by relevance Sort by last modified time
    Searched defs:Invocation (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/driver/
cc1_main.cpp 76 // Create a compiler invocation.
77 llvm::errs() << "cc1 creating invocation.\n";
78 CompilerInvocation Invocation;
79 CompilerInvocation::CreateFromArgs(Invocation, ArgBegin, ArgEnd, Diags);
81 // Convert the invocation back to argument strings.
83 Invocation.toArgs(InvocationArgs);
87 llvm::errs() << "invocation argv :";
94 // Convert those arguments to another invocation, and check that we got the
  /external/clang/include/clang/Frontend/
CompilerInstance.h 62 llvm::IntrusiveRefCntPtr<CompilerInvocation> Invocation;
129 /// - The invocation options should be initialized. This function does not
157 /// @name Compiler Invocation and Options
160 bool hasInvocation() const { return Invocation != 0; }
163 assert(Invocation && "Compiler instance has no invocation!");
164 return *Invocation;
167 /// setInvocation - Replace the current invocation.
175 return Invocation->getAnalyzerOpts();
178 return Invocation->getAnalyzerOpts()
    [all...]
ASTUnit.h 90 /// Optional owned invocation, just used to make the invocation used in
92 llvm::IntrusiveRefCntPtr<CompilerInvocation> Invocation;
390 ComputePreamble(CompilerInvocation &Invocation,
624 /// \c LoadFromCommandLine(), which loads an AST from a compiler invocation.
638 /// \param CI - The compiler invocation to use; it must have exactly one input
657 /// \param CI - The compiler invocation to use; it must have exactly one input
  /external/easymock/src/org/easymock/internal/
Invocation.java 29 public class Invocation implements Serializable {
42 public Invocation(Object mock, Method method, Object[] args) {
93 Invocation other = (Invocation) o;
135 public boolean matches(Invocation actual, org.easymock.ArgumentsMatcher matcher) {

Completed in 38 milliseconds