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

/external/clang/include/clang/Sema/
H A DLocInfoType.h36 TypeSourceInfo *DeclInfo; member in class:clang::LocInfoType
43 DeclInfo(TInfo) {
50 TypeSourceInfo *getTypeSourceInfo() const { return DeclInfo; }
/external/clang/include/clang/AST/
H A DDecl.h591 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; member in class:clang::DeclaratorDecl
597 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
598 ExtInfo *getExtInfo() { return DeclInfo.get<ExtInfo*>(); }
599 const ExtInfo *getExtInfo() const { return DeclInfo.get<ExtInfo*>(); }
605 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
612 : DeclInfo.get<TypeSourceInfo*>();
618 DeclInfo = TI;
H A DComment.h986 struct DeclInfo { struct in class:clang::comments::ParamCommandComment
998 /// The information in the DeclInfo corresponds to CurrentDecl.
1099 DeclInfo *ThisDeclInfo;
1102 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
1129 const DeclInfo *getDeclInfo() const LLVM_READONLY {
/external/clang/tools/libclang/
H A DIndexingContext.h66 struct DeclInfo : public CXIdxDeclInfo { struct in namespace:clang::cxindex
87 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) function in struct:clang::cxindex::DeclInfo
97 DeclInfo(DInfoKind K, function in struct:clang::cxindex::DeclInfo
110 struct ObjCContainerDeclInfo : public DeclInfo {
116 : DeclInfo(Info_ObjCContainer, isRedeclaration,
124 : DeclInfo(K, isRedeclaration, /*isDefinition=*/!isForwardRef,
129 static bool classof(const DeclInfo *D) {
154 static bool classof(const DeclInfo *D) {
168 static bool classof(const DeclInfo *D) {
183 static bool classof(const DeclInfo *
[all...]

Completed in 126 milliseconds