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

  /external/clang/include/clang/AST/
ASTContext.h 671 /// getFunctionNoProtoType - Return a K&R style C function type like 'int()'.
673 QualType getFunctionNoProtoType(QualType ResultTy,
676 QualType getFunctionNoProtoType(QualType ResultTy) const {
677 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo());
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 31 milliseconds