Searched defs:ControllingMacro (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DHeaderSearch.h75 /// ControllingMacro - If this file has a #ifndef XXX (or equivalent) guard
83 const IdentifierInfo *ControllingMacro; member in struct:clang::HeaderFileInfo
92 NumIncludes(0), ControllingMacroID(0), ControllingMacro(0) {}
101 return isImport || isPragmaOnce || NumIncludes || ControllingMacro ||
384 const IdentifierInfo *ControllingMacro) {
385 getFileInfo(File).ControllingMacro = ControllingMacro;
383 SetFileControllingMacro(const FileEntry *File, const IdentifierInfo *ControllingMacro) argument

Completed in 42 milliseconds