Home
last modified time | relevance | path

Searched refs:Invocation (Results 1 – 25 of 64) sorted by relevance

123

/external/clang/include/clang/Frontend/
DCompilerInstance.h62 llvm::IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
160 bool hasInvocation() const { return Invocation != 0; } in hasInvocation()
163 assert(Invocation && "Compiler instance has no invocation!"); in getInvocation()
164 return *Invocation; in getInvocation()
175 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts()
178 return Invocation->getAnalyzerOpts(); in getAnalyzerOpts()
182 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
185 return Invocation->getCodeGenOpts(); in getCodeGenOpts()
189 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
192 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
[all …]
DASTUnit.h95 llvm::IntrusiveRefCntPtr<CompilerInvocation> Invocation; variable
363 ComputePreamble(CompilerInvocation &Invocation,
/external/easymock/src/org/easymock/internal/
DLastControl.java31 …private static final ThreadLocal<Stack<Invocation>> threadToCurrentInvocation = new ThreadLocal<St…
103 public static Invocation getCurrentInvocation() { in getCurrentInvocation()
104 Stack<Invocation> stack = threadToCurrentInvocation.get(); in getCurrentInvocation()
111 public static void pushCurrentInvocation(Invocation invocation) { in pushCurrentInvocation()
112 Stack<Invocation> stack = threadToCurrentInvocation.get(); in pushCurrentInvocation()
114 stack = new Stack<Invocation>(); in pushCurrentInvocation()
121 Stack<Invocation> stack = threadToCurrentInvocation.get(); in popCurrentInvocation()
DExpectedInvocation.java31 private final Invocation invocation;
38 public ExpectedInvocation(Invocation invocation, in ExpectedInvocation()
43 private ExpectedInvocation(Invocation invocation, in ExpectedInvocation()
52 private List<IArgumentMatcher> createMissingMatchers(Invocation invocation, in createMissingMatchers()
88 public boolean matches(Invocation actual) { in matches()
DInvocation.java29 public class Invocation implements Serializable { class
42 public Invocation(Object mock, Method method, Object[] args) { in Invocation() method in Invocation
93 Invocation other = (Invocation) o; in equals()
135 public boolean matches(Invocation actual, org.easymock.ArgumentsMatcher matcher) { in matches()
DUnorderedBehavior.java47 public Result addActual(Invocation actual) { in addActual()
78 public List<ErrorMessage> getMessages(Invocation invocation) { in getMessages()
DReplayState.java36 public Object invoke(Invocation invocation) throws Throwable { in invoke()
54 private Object invokeInner(Invocation invocation) throws Throwable { in invokeInner()
DIMocksBehavior.java32 Result addActual(Invocation invocation); in addActual()
DMocksBehavior.java70 private final Result getStubResult(Invocation actual) { in getStubResult()
92 public final Result addActual(Invocation actual) { in addActual()
DIMocksControlState.java22 Object invoke(Invocation invocation) throws Throwable; in invoke()
DMockInvocationHandler.java39 new Invocation(proxy, method, args)); in invoke()
DResult.java76 Invocation invocation = LastControl.getCurrentInvocation(); in createDelegatingResult()
DObjectMethodsFilter.java40 if (name != null && !Invocation.isJavaIdentifier(name)) { in ObjectMethodsFilter()
DRecordState.java73 public java.lang.Object invoke(Invocation invocation) { in invoke()
/external/clang/tools/driver/
Dcc1_main.cpp78 CompilerInvocation Invocation; in cc1_test() local
79 CompilerInvocation::CreateFromArgs(Invocation, ArgBegin, ArgEnd, Diags); in cc1_test()
83 Invocation.toArgs(InvocationArgs); in cc1_test()
/external/clang/lib/Frontend/
DASTUnit.cpp126 if (Invocation.getPtr() && OwnsRemappedFileBuffers) { in ~ASTUnit()
127 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
864 if (!Invocation) { in Parse()
876 Clang->setInvocation(&*Invocation); in Parse()
1061 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, in ComputePreamble() argument
1063 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in ComputePreamble()
1064 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); in ComputePreamble()
1575 return Invocation->getFrontendOpts().Inputs[0].second; in getMainFileName()
1584 AST->Invocation = CI; in create()
1607 AST->Invocation = CI; in LoadFromCompilerInvocationAction()
[all …]
DCompilerInstance.cpp45 : Invocation(new CompilerInvocation()), ModuleManager(0) { in CompilerInstance()
52 Invocation = Value; in setInvocation()
/external/elfutils/
Dconfig.log5 generated by GNU Autoconf 2.59. Invocation command line was
510 generated by GNU Autoconf 2.59. Invocation command line was
545 generated by GNU Autoconf 2.59. Invocation command line was
/external/icu4c/
Dconfig.log5 generated by GNU Autoconf 2.59. Invocation command line was
691 generated by GNU Autoconf 2.59. Invocation command line was
1002 generated by GNU Autoconf 2.59. Invocation command line was
1019 generated by GNU Autoconf 2.59. Invocation command line was
/external/easymock/src/org/easymock/
DEasyMock.java1659 Invocation result = LastControl.getCurrentInvocation(); in getCurrentArguments()
/external/webp/
DINSTALL201 `configure' Invocation
/external/protobuf/
DINSTALL.txt200 `configure' Invocation
/external/bison/
DINSTALL200 `configure' Invocation
/external/bluetooth/hcidump/
DINSTALL200 `configure' Invocation
/external/bluetooth/bluez/
DINSTALL200 `configure' Invocation

123