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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1978 TypedefDecl *getBuiltinMSVaListDecl() const;
1982 return getTypeDeclType(getBuiltinMSVaListDecl());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 403 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 8364 TypedefDecl *ASTContext::getBuiltinMSVaListDecl() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7380 return Context.getBuiltinMSVaListDecl();

Completed in 52 milliseconds