Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.h65 struct DeclInfo : public CXIdxDeclInfo { struct
86 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() argument
96 DeclInfo(DInfoKind K, in DeclInfo() argument
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h963 struct DeclInfo { struct
975 /// The information in the DeclInfo corresponds to CurrentDecl. argument
976 const Decl *CurrentDecl;
980 ArrayRef<const ParmVarDecl *> ParamVars;
984 QualType ReturnType;
989 const TemplateParameterList *TemplateParameters;
993 enum DeclKind {
1031 enum TemplateDeclKind {
1039 unsigned IsFilled : 1;
1042 unsigned Kind : 3;
[all …]
H A DLocInfoType.h35 TypeSourceInfo *DeclInfo; variable
H A DDecl.h776 llvm::PointerUnion<TypeSourceInfo *, ExtInfo *> DeclInfo; variable