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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 560 mutable BuiltinTemplateDecl *MakeIntegerSeqDecl = nullptr;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1208 if (!MakeIntegerSeqDecl)
1209 MakeIntegerSeqDecl = buildBuiltinTemplateDecl(BTK__make_integer_seq,
1211 return MakeIntegerSeqDecl;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4368 RegisterPredefDecl(Context.MakeIntegerSeqDecl,

Completed in 40 milliseconds