HomeSort by relevance Sort by last modified time
    Searched refs:NNS (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 248 NestedNameSpecifier *&NNS);
295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 248 NestedNameSpecifier *&NNS);
295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 248 NestedNameSpecifier *&NNS);
295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 248 NestedNameSpecifier *&NNS);
295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 248 NestedNameSpecifier *&NNS);
295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
SemaInternal.h 248 NestedNameSpecifier *&NNS);
295 NestedNameSpecifier *NNS = nullptr, bool isKeyword = false);
  /external/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h 218 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
224 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
699 NestedNameSpecifier *NNS) {
700 if (!NNS)
703 if (NNS->getPrefix())
704 TRY_TO(TraverseNestedNameSpecifier(NNS->getPrefix()));
706 switch (NNS->getKind()) {
716 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
724 NestedNameSpecifierLoc NNS) {
725 if (!NNS)
    [all...]
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h 229 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
235 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
717 NestedNameSpecifier *NNS) {
718 if (!NNS)
721 if (NNS->getPrefix())
722 TRY_TO(TraverseNestedNameSpecifier(NNS->getPrefix()));
724 switch (NNS->getKind()) {
734 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
742 NestedNameSpecifierLoc NNS) {
743 if (!NNS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h 229 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
235 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
717 NestedNameSpecifier *NNS) {
718 if (!NNS)
721 if (NNS->getPrefix())
722 TRY_TO(TraverseNestedNameSpecifier(NNS->getPrefix()));
724 switch (NNS->getKind()) {
734 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
742 NestedNameSpecifierLoc NNS) {
743 if (!NNS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h 229 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
235 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
717 NestedNameSpecifier *NNS) {
718 if (!NNS)
721 if (NNS->getPrefix())
722 TRY_TO(TraverseNestedNameSpecifier(NNS->getPrefix()));
724 switch (NNS->getKind()) {
734 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
742 NestedNameSpecifierLoc NNS) {
743 if (!NNS)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h 229 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
235 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
717 NestedNameSpecifier *NNS) {
718 if (!NNS)
721 if (NNS->getPrefix())
722 TRY_TO(TraverseNestedNameSpecifier(NNS->getPrefix()));
724 switch (NNS->getKind()) {
734 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
742 NestedNameSpecifierLoc NNS) {
743 if (!NNS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h 229 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
235 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
717 NestedNameSpecifier *NNS) {
718 if (!NNS)
721 if (NNS->getPrefix())
722 TRY_TO(TraverseNestedNameSpecifier(NNS->getPrefix()));
724 switch (NNS->getKind()) {
734 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
742 NestedNameSpecifierLoc NNS) {
743 if (!NNS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h 229 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
235 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
717 NestedNameSpecifier *NNS) {
718 if (!NNS)
721 if (NNS->getPrefix())
722 TRY_TO(TraverseNestedNameSpecifier(NNS->getPrefix()));
724 switch (NNS->getKind()) {
734 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
742 NestedNameSpecifierLoc NNS) {
743 if (!NNS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h 229 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
235 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
717 NestedNameSpecifier *NNS) {
718 if (!NNS)
721 if (NNS->getPrefix())
722 TRY_TO(TraverseNestedNameSpecifier(NNS->getPrefix()));
724 switch (NNS->getKind()) {
734 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
742 NestedNameSpecifierLoc NNS) {
743 if (!NNS)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h 229 bool TraverseNestedNameSpecifier(NestedNameSpecifier *NNS);
235 bool TraverseNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS);
717 NestedNameSpecifier *NNS) {
718 if (!NNS)
721 if (NNS->getPrefix())
722 TRY_TO(TraverseNestedNameSpecifier(NNS->getPrefix()));
724 switch (NNS->getKind()) {
734 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
742 NestedNameSpecifierLoc NNS) {
743 if (!NNS)
    [all...]

Completed in 699 milliseconds

1 23 4 5