Home
last modified time | relevance | path

Searched defs:DeclInfo (Results 1 – 3 of 3) 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
93 DeclInfo(DInfoKind K, in DeclInfo() function
104 static bool classof(const DeclInfo *) { return true; } in classof() argument
/external/clang/include/clang/Sema/
DLocInfoType.h36 TypeSourceInfo *DeclInfo; variable
/external/clang/include/clang/AST/
DDecl.h596 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; variable