HomeSort by relevance Sort by last modified time
    Searched defs:DeclInfo (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Sema/
LocInfoType.h 36 TypeSourceInfo *DeclInfo;
43 DeclInfo(TInfo) {
50 TypeSourceInfo *getTypeSourceInfo() const { return DeclInfo; }
  /external/clang/include/clang/AST/
Decl.h 593 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo;
599 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
600 ExtInfo *getExtInfo() { return DeclInfo.get<ExtInfo*>(); }
601 const ExtInfo *getExtInfo() const { return DeclInfo.get<ExtInfo*>(); }
607 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
614 : DeclInfo.get<TypeSourceInfo*>();
620 DeclInfo = TI;
    [all...]
Comment.h 986 struct DeclInfo {
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/
IndexingContext.h 66 struct DeclInfo : public CXIdxDeclInfo {
87 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer)
97 DeclInfo(DInfoKind K,
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 *D)
    [all...]

Completed in 181 milliseconds