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

  /external/llvm/lib/VMCore/
InlineAsm.cpp 45 assert(Verify(getFunctionType(), constraints) &&
54 FunctionType *InlineAsm::getFunctionType() const {
Function.cpp 138 FunctionType *Function::getFunctionType() const {
143 return getFunctionType()->isVarArg();
147 return getFunctionType()->getReturnType();
199 FunctionType *FT = getFunctionType();
212 return getFunctionType()->getNumParams();
215 return getFunctionType()->getNumParams() == 0;
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 321 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
SemaDeclAttr.cpp 55 static const FunctionType *getFunctionType(const Decl *D,
81 return getFunctionType(D, false) != NULL;
117 if (const FunctionType *FnTy = getFunctionType(D))
129 if (const FunctionType *FnTy = getFunctionType(D))
137 if (const FunctionType *FnTy = getFunctionType(D))
146 if (const FunctionType *FnTy = getFunctionType(D))
152 if (const FunctionType *FnTy = getFunctionType(D)) {
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 120 milliseconds