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

  /external/clang/lib/AST/
CXXABI.h 35 virtual CallingConv getDefaultMethodCallConv() const = 0;
ItaniumCXXABI.cpp 42 CallingConv getDefaultMethodCallConv() const {
MicrosoftCXXABI.cpp 32 CallingConv getDefaultMethodCallConv() const {
MicrosoftMangle.cpp 869 CC = IsInstMethod ? getASTContext().getDefaultMethodCallConv() : CC_C;
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 272 milliseconds