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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1483 VaListTagDecl = nullptr;
7987 RecordDecl *VaListTagDecl = Context->buildImplicitRecord("__va_list");
7997 VaListTagDecl->setDeclContext(NS);
8000 VaListTagDecl->startDefinition();
8029 VaListTagDecl,
8038 VaListTagDecl->addDecl(Field);
8040 VaListTagDecl->completeDefinition();
8041 Context->VaListTagDecl = VaListTagDecl;
8042 QualType VaListTagType = Context->getRecordType(VaListTagDecl);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1062 mutable Decl *VaListTagDecl = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4362 RegisterPredefDecl(Context.VaListTagDecl, PREDEF_DECL_VA_LIST_TAG);

Completed in 49 milliseconds