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

  /external/clang/lib/AST/
Mangle.cpp 58 static bool isExternC(const NamedDecl *ND) {
60 return FD->isExternC();
61 return cast<VarDecl>(ND)->isExternC();
71 if (Context.getLangOpts().CPlusPlus && !isExternC(ND) &&
Decl.cpp     [all...]
MicrosoftMangle.cpp 321 if (VD->isExternC())
    [all...]
ItaniumMangle.cpp 422 if (VD->isExternC())
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 235 REGISTER_MATCHER(isExternC);
  /external/clang/lib/Index/
USRGeneration.cpp 209 if (!Ctx.getLangOpts().CPlusPlus || D->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...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 229 Old->isExternC()) {
    [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 870 bool isExternC() const;
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 336 milliseconds