tan
0.0.1
|
▼Nllvm | |
▼Nyaml | |
CMappingTraits< UnsavedFileHash > | |
CMappingTraits< ClangInvocationInfo > | |
▼Ntanlang | |
CScopeGuard | |
CParserImpl | |
CSemanticAnalysisAction | |
COrganizePackages | Organize a list of source files into their corresponding packages according to the code. Run this stage early since semantic analysis is performed on the package level |
CRegisterDeclarations | Register all declarations (including local) in the corresponding scopes. Run this stage early to easily obtain a list of top-level declarations from each source file |
CScanImports | Scans all dependencies in a package, and return their names and paths to relevant source files |
CTypeCheck | |
CTypePrecheck | Perform preliminary type checking. We try our best to resolve types, and remember those that cannot be fully resolved plus their symbol dependencies |
CASTBase | |
CASTNamed | All named AST nodes should inherit this class |
CContext | |
CDecl | |
CVarDecl | |
CArgDecl | |
CFunctionDecl | |
CTypeDecl | |
CStructDecl | |
CDefaultValue | |
CExpr | |
CLiteral | |
CBoolLiteral | |
CIntegerLiteral | |
CFloatLiteral | |
CStringLiteral | |
CCharLiteral | |
CArrayLiteral | |
CNullPointerLiteral | |
CVarRef | |
CIdentifier | |
CBinaryOperator | |
CMemberAccess | |
CUnaryOperator | |
CBinaryOrUnary | |
CParenthesis | |
CFunctionCall | |
CAssignment | |
CCast | |
CIntrinsic | A generic representation of Intrinsic variables/functions |
CTestCompError | |
CPackage | |
CTokenSpan | Different from SourceSpan, TokenSpan operates on the token level |
CSourceTraceable | Represents the nodes that can be traced back to tokens in the source file |
CStmt | |
CCompoundStmt | |
CProgram | |
CReturn | |
CImport | |
CBreakContinue | |
CBreak | |
CContinue | |
CLoop | |
CIf | Represent if-[else] or if-elif-[else] statements |
CPackageDecl | |
CType | Type is immutable once created. The exception is StructType. Its information is updated in multiple semantic analysis stages. We make sure that GetXXType() doesn't create duplicated instances of the same type |
CPrimitiveType | |
CPointerType | |
CArrayType | |
CStringType | |
CStructType | |
CFunctionType | |
CTypeRef | Placeholder during parsing |
CTyped | All typed AST nodes should inherit this class |
CCompileException | |
CError | |
CCodeGenerator | |
CASTVisitor | |
CCompilerAction | |
CDependencyGraph | |
CCompilerDriver | Compile a list of C++ and/or tan source files, and perform linking |
CLinker | |
CParser | Top Down Operator Precedence Parsing |
CSourceFile | |
CSrcLoc | |
CSourceSpan | A span of source code tokens, inclusive on both ends |
CToken | |
CTokenizedSourceFile | Different from SourceFile, TokenizedSourceFile manages the tokenized text of a source file |
CTanCompilation | Compilation configuration |
CPairHash |