Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h965 struct DeclInfo { struct
977 /// The information in the DeclInfo corresponds to CurrentDecl. argument
978 const Decl *CurrentDecl;
982 ArrayRef<const ParmVarDecl *> ParamVars;
986 QualType ResultType;
991 const TemplateParameterList *TemplateParameters;
995 enum DeclKind {
1035 enum TemplateDeclKind {
1043 unsigned IsFilled : 1;
1046 unsigned Kind : 3;
[all …]
HDDecl.h531 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; variable
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDLocInfoType.h36 TypeSourceInfo *DeclInfo; variable