HomeSort by: relevance | last modified time | path
    Searched defs:DeclInfo (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
LocInfoType.h 35 TypeSourceInfo *DeclInfo;
38 : Type((TypeClass)LocInfo, ty, ty->getDependence()), DeclInfo(TInfo) {
45 TypeSourceInfo *getTypeSourceInfo() const { return DeclInfo; }
Decl.h 709 llvm::PointerUnion<TypeSourceInfo *, ExtInfo *> DeclInfo;
715 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
716 ExtInfo *getExtInfo() { return DeclInfo.get<ExtInfo*>(); }
717 const ExtInfo *getExtInfo() const { return DeclInfo.get<ExtInfo*>(); }
723 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {}
732 : DeclInfo.get<TypeSourceInfo*>();
739 DeclInfo = TI;
Comment.h 980 struct DeclInfo {
992 /// The information in the DeclInfo corresponds to CurrentDecl.
1093 DeclInfo *ThisDeclInfo;
1096 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
1123 const DeclInfo *getDeclInfo() const LLVM_READONLY {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h 65 struct DeclInfo : public CXIdxDeclInfo {
86 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer)
96 DeclInfo(DInfoKind K,
109 struct ObjCContainerDeclInfo : public DeclInfo {
115 : DeclInfo(Info_ObjCContainer, isRedeclaration,
123 : DeclInfo(K, isRedeclaration, /*isDefinition=*/!isForwardRef,
128 static bool classof(const DeclInfo *D) {
153 static bool classof(const DeclInfo *D) {
167 static bool classof(const DeclInfo *D) {
182 static bool classof(const DeclInfo *D)
    [all...]

Completed in 40 milliseconds