HomeSort by relevance Sort by last modified time
    Searched refs:isExternC (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/lib/AST/
Mangle.cpp 59 static bool isExternC(const NamedDecl *ND) {
61 return FD->isExternC();
62 return cast<VarDecl>(ND)->isExternC();
74 if (Context.getLangOpts().CPlusPlus && !isExternC(ND) &&
MicrosoftMangle.cpp 399 if (VD->isExternC())
462 if (FD->isExternC() && FD->hasAttr<OverloadableAttr>())
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersNarrowingTest.cpp     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 302 REGISTER_MATCHER(isExternC);
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 597 if ((D->getName().find("stdin") != StringRef::npos) && D->isExternC())
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 221 if ((!Ctx.getLangOpts().CPlusPlus || D->isExternC()) &&
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 266 Old->isExternC()) {
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Decl.h     [all...]

Completed in 1434 milliseconds

1 2