Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.h66 struct DeclInfo : public CXIdxDeclInfo { struct
87 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() argument
97 DeclInfo(DInfoKind K, in DeclInfo() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h986 struct DeclInfo { struct
998 /// The information in the DeclInfo corresponds to CurrentDecl. argument
999 const Decl *CurrentDecl;
1003 ArrayRef<const ParmVarDecl *> ParamVars;
1007 QualType ReturnType;
1012 const TemplateParameterList *TemplateParameters;
1016 enum DeclKind {
1056 enum TemplateDeclKind {
1064 unsigned IsFilled : 1;
1067 unsigned Kind : 3;
[all …]
H A DDecl.h551 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DLocInfoType.h36 TypeSourceInfo *DeclInfo; variable