Searched refs:isSameCallConv (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1637 bool isSameCallConv(CallingConv lcc, CallingConv rcc) { function in class:clang::ASTContext
/external/clang/lib/AST/
H A DASTContext.cpp6329 if (!isSameCallConv(lbaseInfo.getCC(), rbaseInfo.getCC()))
/external/clang/lib/Sema/
H A DSemaDecl.cpp2040 } else if (!Context.isSameCallConv(OldTypeInfo.getCC(),

Completed in 259 milliseconds