Home
last modified time | relevance | path

Searched refs:FILEDecl (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h273 TypeDecl *FILEDecl; variable
1498 void setFILEDecl(TypeDecl *FILEDecl) { this->FILEDecl = FILEDecl; } in setFILEDecl() argument
1502 if (FILEDecl) in getFILEType()
1503 return getTypeDeclType(FILEDecl); in getFILEType()
/external/clang/lib/AST/
DASTContext.cpp740 ObjCInstanceTypeDecl(nullptr), FILEDecl(nullptr), jmp_bufDecl(nullptr), in ASTContext()
/external/clang/lib/Serialization/
DASTReader.cpp3953 if (!Context.FILEDecl) { in InitializeContext()