Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.h65 struct DeclInfo : public CXIdxDeclInfo { struct
86 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() function
96 DeclInfo(DInfoKind K, in DeclInfo() function
/external/clang/tools/libclang/
DCXIndexDataConsumer.h67 struct DeclInfo : public CXIdxDeclInfo { struct
88 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() argument
98 DeclInfo(DInfoKind K, in DeclInfo() function
/external/llvm-project/clang/include/clang/AST/
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 …]
DLocInfoType.h35 TypeSourceInfo *DeclInfo; variable
DDecl.h695 llvm::PointerUnion<TypeSourceInfo *, ExtInfo *> DeclInfo; variable
/external/clang/include/clang/AST/
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 …]
DLocInfoType.h36 TypeSourceInfo *DeclInfo; variable
DDecl.h653 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; variable
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractFunction.cpp530 auto *DeclInfo = Info.getDeclInfoFor(D); in captureZoneInfo() local
582 const auto &DeclInfo = KeyVal.second; in createParameters() local