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

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Disasm.cpp 67 for (auto &Anon : AnonFuncs) {
68 Anon->dump();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTStructuralEquivalence.h 118 findUntaggedStructOrUnionIndex(RecordDecl *Anon);
Decl.h 3897 void setAnonymousStructOrUnion(bool Anon) {
3898 RecordDeclBits.AnonymousStructOrUnion = Anon;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp 1905 StructuralEquivalenceContext::findUntaggedStructOrUnionIndex(RecordDecl *Anon) {
1906 ASTContext &Context = Anon->getASTContext();
1907 QualType AnonTy = Context.getRecordType(Anon);
1909 const auto *Owner = dyn_cast<RecordDecl>(Anon->getDeclContext());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 4545 // Otherwise, set this as the anon-decl typedef for the tag.
5012 // C++17 [class.union.anon]p2:
5189 NamedDecl *Anon = nullptr;
5191 Anon = FieldDecl::Create(
5196 Anon->setAccess(AS);
5197 ProcessDeclAttributes(S, Anon, Dc);
5200 FieldCollector->Add(cast<FieldDecl>(Anon));
5213 Anon = VarDecl::Create(Context, Owner, DS.getBeginLoc(),
5222 ActOnUninitializedDecl(Anon);
5224 Anon->setImplicit()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1626 auto *Anon = cast<NamespaceDecl>(Reader.GetDecl(AnonNamespace));
1628 D->setAnonymousNamespace(Anon);
4444 auto *Anon = readDeclAs<NamespaceDecl>();
4451 TU->setAnonymousNamespace(Anon);
4453 cast<NamespaceDecl>(D)->setAnonymousNamespace(Anon);

Completed in 82 milliseconds