HomeSort by: relevance | last modified time | path
    Searched refs:isCallingConv (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp 1629 SaveAndRestore<bool> MaybeSuppressCC(InsideCCAttribute, T->isCallingConv());
Type.cpp 3550 bool AttributedType::isCallingConv() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 4717 bool isCallingConv() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 7635 if (AT->isCallingConv())
SemaDecl.cpp 3095 while (AT && !AT->isCallingConv())

Completed in 38 milliseconds