HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionNoProtoType (Results 1 - 11 of 11) 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...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 324 milliseconds