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

  /external/llvm/lib/IR/
InlineAsm.cpp 46 assert(Verify(getFunctionType(), constraints) &&
55 FunctionType *InlineAsm::getFunctionType() const {
Function.cpp 155 FunctionType *Function::getFunctionType() const {
160 return getFunctionType()->isVarArg();
164 return getFunctionType()->getReturnType();
220 FunctionType *FT = getFunctionType();
233 return getFunctionType()->getNumParams();
236 return getFunctionType()->getNumParams() == 0;
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 413 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
SemaDeclAttr.cpp 62 static const FunctionType *getFunctionType(const Decl *D,
88 return getFunctionType(D, false) != NULL;
124 if (const FunctionType *FnTy = getFunctionType(D))
136 if (const FunctionType *FnTy = getFunctionType(D))
144 if (const FunctionType *FnTy = getFunctionType(D))
153 if (const FunctionType *FnTy = getFunctionType(D))
159 if (const FunctionType *FnTy = getFunctionType(D)) {
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 1222 milliseconds