Lines Matching full:abstract
71 abstract syntax trees and supporting data structures, stored using the same
206 source locations (as represented in Clang's abstract syntax tree) into actual
278 Declarations in Clang's abstract syntax trees are stored hierarchically. At
328 abstract syntax tree (``ForStmt``, ``CallExpr``, etc.) has a corresponding
353 encounters, builds the appropriate abstract syntax tree node, and then pushes
427 reader logic, there is an abstract class that provides the interface between
429 file, inherits from all of these abstract classes to provide lazy
431 following abstract classes:
434 This abstract interface is associated with the ``SourceManager`` class, and
439 This abstract interface is associated with the ``IdentifierTable`` class, and
446 This abstract interface is associated with the ``ASTContext`` class, and is
447 used whenever the abstract syntax tree nodes need to loaded from the AST
454 This abstract interface is associated with the ``Sema`` class, and is used