HomeSort by: relevance | last modified time | path
    Searched defs:getFunctionNoProtoType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1435 QualType getFunctionNoProtoType(QualType ResultTy,
1438 QualType getFunctionNoProtoType(QualType ResultTy) const {
1439 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
ASTContext.h 1435 QualType getFunctionNoProtoType(QualType ResultTy,
1438 QualType getFunctionNoProtoType(QualType ResultTy) const {
1439 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3041 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info);
3119 return getFunctionNoProtoType(RetTy, Proto->getExtInfo());
4164 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
4166 ASTContext::getFunctionNoProtoType(QualType ResultTy,
4181 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info);
9592 return getFunctionNoProtoType(retType, einfo);
10647 return getFunctionNoProtoType(ResType, EI);
ASTContext.cpp 3041 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info);
3119 return getFunctionNoProtoType(RetTy, Proto->getExtInfo());
4164 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
4166 ASTContext::getFunctionNoProtoType(QualType ResultTy,
4181 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info);
9592 return getFunctionNoProtoType(retType, einfo);
10647 return getFunctionNoProtoType(ResType, EI);

Completed in 52 milliseconds