Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclGroup.h64 explicit DeclGroupRef(Decl* d) : D(d) {} in DeclGroupRef() function
65 explicit DeclGroupRef(DeclGroup* dg) in DeclGroupRef() function
H A DASTConsumer.h21 class DeclGroupRef; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h38 class DeclGroupRef; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1026 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() argument
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h35 class DeclGroupRef; variable