Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h980 struct DeclInfo { struct
992 /// The information in the DeclInfo corresponds to CurrentDecl. argument
993 const Decl *CurrentDecl;
997 ArrayRef<const ParmVarDecl *> ParamVars;
1001 QualType ReturnType;
1006 const TemplateParameterList *TemplateParameters;
1010 enum DeclKind {
1050 enum TemplateDeclKind {
1058 unsigned IsFilled : 1;
1061 unsigned Kind : 3;
[all …]
H A DLocInfoType.h35 TypeSourceInfo *DeclInfo; variable
H A DDecl.h709 llvm::PointerUnion<TypeSourceInfo *, ExtInfo *> DeclInfo; variable