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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 667 /// CGCalleeInfo - Class to encapsulate the information about a callee to be
669 class CGCalleeInfo {
676 explicit CGCalleeInfo() : CalleeProtoTy(nullptr), CalleeDecl(nullptr) {}
677 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, const Decl *calleeDecl)
679 CGCalleeInfo(const FunctionProtoType *calleeProtoTy)
681 CGCalleeInfo(const Decl *calleeDecl)
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]
CodeGenModule.h     [all...]
CGObjCGNU.cpp     [all...]
CGCall.cpp     [all...]
CGExpr.cpp     [all...]
CGObjC.cpp     [all...]
CGObjCMac.cpp     [all...]

Completed in 593 milliseconds