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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 344 mutable TypedefDecl *BuiltinMSVaListDecl = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 8365 if (!BuiltinMSVaListDecl)
8366 BuiltinMSVaListDecl = CreateMSVaListDecl(this);
8368 return BuiltinMSVaListDecl;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4363 RegisterPredefDecl(Context.BuiltinMSVaListDecl,

Completed in 50 milliseconds