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 589 struct ExtInfo : public QualifierInfo {
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*>(); }
    [all...]
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
CGStmtOpenMP.cpp 121 FunctionType::ExtInfo ExtInfo;
123 CGM.getTypes().arrangeFreeFunctionDeclaration(Ctx.VoidTy, Args, ExtInfo,
    [all...]

Completed in 57 milliseconds