enum ASTUnit::WhatToLoad

Declared at: clang/include/clang/Frontend/ASTUnit.h:670

Enumerators

NameValueComment
LoadPreprocessorOnly0Load options and the preprocessor state.
LoadASTOnly1Load the AST, but do not restore Sema state.
LoadEverything2Load everything, including Sema.