enum ASTUnit::WhatToLoad
Declared at: clang/include/clang/Frontend/ASTUnit.h:670
Enumerators
Name | Value | Comment |
---|---|---|
LoadPreprocessorOnly | 0 | Load options and the preprocessor state. |
LoadASTOnly | 1 | Load the AST, but do not restore Sema state. |
LoadEverything | 2 | Load everything, including Sema. |