HomeSort by relevance Sort by last modified time
    Searched refs:CPlusPlus (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseOpenMP.cpp 204 if (AllowScopeSpecifier && getLangOpts().CPlusPlus &&
ParseExprCXX.cpp 186 assert(getLangOpts().CPlusPlus &&
    [all...]
  /external/clang/lib/AST/
Decl.cpp 481 if (!Opts.CPlusPlus || !Opts.InlineVisibilityHidden)
538 if (Context.getLangOpts().CPlusPlus &&
661 if (Context.getLangOpts().CPlusPlus && !isFirstInExternCContext(Var)) {
694 if (Context.getLangOpts().CPlusPlus &&
    [all...]
DeclBase.cpp     [all...]
ASTContext.cpp 663 if (!LangOpts.CPlusPlus) return 0;
816 if (getLangOpts().CPlusPlus)
823 if (getLangOpts().CPlusPlus)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 127 return Context.getLangOpts().CPlusPlus ? Context.BoolTy : Context.IntTy;
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 157 if (!Features.CPlusPlus || !ETy->getDecl()->isExternallyVisible())
CGException.cpp 127 if (CGM.getLangOpts().CPlusPlus)
239 if (L.CPlusPlus && L.ObjC1)
241 else if (L.CPlusPlus)
318 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions)
    [all...]
CodeGenModule.cpp     [all...]
CGDeclCXX.cpp 440 if (getLangOpts().ObjCAutoRefCount && getLangOpts().CPlusPlus) {
CodeGenTypes.cpp 709 if (!Context.getLangOpts().CPlusPlus)
CGExprAgg.cpp     [all...]
CGExprComplex.cpp 689 if (!CGF.getLangOpts().CPlusPlus)
724 if (!CGF.getLangOpts().CPlusPlus)
    [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 109 if (LangOpt.CPlusPlus) {
SemaType.cpp 808 if (S.getLangOpts().CPlusPlus) {
834 if (S.getLangOpts().CPlusPlus)
853 if (S.getLangOpts().CPlusPlus)
    [all...]
SemaInit.cpp 40 if (Context.getLangOpts().CPlusPlus || Context.getLangOpts().C11) {
173 if (S.getLangOpts().CPlusPlus) {
699 if (SemaRef.getLangOpts().CPlusPlus ||
711 if (SemaRef.getLangOpts().CPlusPlus) {
730 if (SemaRef.getLangOpts().CPlusPlus) {
    [all...]
SemaOpenMP.cpp 365 CXXRecordDecl *RD = getLangOpts().CPlusPlus ?
SemaPseudoObject.cpp 719 if (!S.getLangOpts().CPlusPlus || !op->getType()->isRecordType()) {
721 if (!S.getLangOpts().CPlusPlus || !paramType->isRecordType()) {
800 if (!S.getLangOpts().CPlusPlus) return false;
    [all...]
SemaCXXScopeSpec.cpp 169 assert(getLangOpts().CPlusPlus && "Only callable in C++");
708 << T << getLangOpts().CPlusPlus;
    [all...]
SemaStmt.cpp 301 if (!getLangOpts().C99 && !getLangOpts().CPlusPlus) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 293 if (LangOpts.CPlusPlus || !isa<TagDecl>(ND))
302 if (LangOpts.CPlusPlus)
307 if (LangOpts.CPlusPlus || isa<ObjCInterfaceDecl>(ND))
327 if (LangOpts.CPlusPlus)
415 if (TheSema->Context.getLangOpts().CPlusPlus &&
    [all...]
CompilerInvocation.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Basic/
Module.cpp 59 .Case("cplusplus", LangOpts.CPlusPlus)

Completed in 848 milliseconds

12 3 4