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

  /external/clang/include/clang/AST/
ASTContext.h 775 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
777 QualType getFunctionNoProtoType(QualType ResultTy,
780 QualType getFunctionNoProtoType(QualType ResultTy) const {
781 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 48 milliseconds