HomeSort by relevance Sort by last modified time
    Searched defs:DynTypedNodeList (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
ASTContext.h 487 class DynTypedNodeList {
494 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) {
497 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) {
547 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) {
551 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 541 class DynTypedNodeList {
548 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) {
551 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) {
602 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) {
606 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 541 class DynTypedNodeList {
548 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) {
551 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) {
602 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) {
606 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 541 class DynTypedNodeList {
548 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) {
551 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) {
602 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) {
606 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 541 class DynTypedNodeList {
548 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) {
551 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) {
602 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) {
606 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h 541 class DynTypedNodeList {
548 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) {
551 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) {
602 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) {
606 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h 541 class DynTypedNodeList {
548 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) {
551 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) {
602 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) {
606 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h 541 class DynTypedNodeList {
548 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) {
551 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) {
602 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) {
606 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h 541 class DynTypedNodeList {
548 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) {
551 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) {
602 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) {
606 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
    [all...]

Completed in 57 milliseconds