Home
last modified time | relevance | path

Searched defs:DeclGroupRef (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclGroup.h66 DeclGroupRef() : D(nullptr) {} in DeclGroupRef() function
68 explicit DeclGroupRef(Decl* d) : D(d) {} in DeclGroupRef() function
69 explicit DeclGroupRef(DeclGroup* dg) in DeclGroupRef() function
H A DASTConsumer.h24 class DeclGroupRef; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/
H A DParser.h37 class DeclGroupRef; variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp868 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() argument