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

  /external/clang/include/clang/AST/
Decl.h 530 struct ExtInfo : public QualifierInfo {
534 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo;
540 bool hasExtInfo() const { return DeclInfo.is<ExtInfo*>(); }
541 ExtInfo *getExtInfo() { return DeclInfo.get<ExtInfo*>(); }
542 const ExtInfo *getExtInfo() const { return DeclInfo.get<ExtInfo*>(); }
    [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 87 milliseconds