Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.h63 struct DeclInfo : public CXIdxDeclInfo { struct
84 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() argument
94 DeclInfo(DInfoKind K, in DeclInfo() function
/external/clang/include/clang/AST/
DComment.h984 struct DeclInfo { struct
996 /// The information in the DeclInfo corresponds to CurrentDecl. argument
997 const Decl *CurrentDecl;
1001 ArrayRef<const ParmVarDecl *> ParamVars;
1005 QualType ReturnType;
1010 const TemplateParameterList *TemplateParameters;
1014 enum DeclKind {
1054 enum TemplateDeclKind {
1062 unsigned IsFilled : 1;
1065 unsigned Kind : 3;
[all …]
DDecl.h534 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; variable
/external/clang/include/clang/Sema/
DLocInfoType.h36 TypeSourceInfo *DeclInfo; variable