Searched refs:getBuiltinMSVaListDecl (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1659 TypedefDecl *getBuiltinMSVaListDecl() const;
1663 return getTypeDeclType(getBuiltinMSVaListDecl());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp254 PushOnScopeChains(Context.getBuiltinMSVaListDecl(), TUScope);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6460 TypedefDecl *ASTContext::getBuiltinMSVaListDecl() const { function in class:ASTContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6440 return Context.getBuiltinMSVaListDecl();

Completed in 84 milliseconds