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

12 3 4

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 283 if (!LangOpts.CPlusPlus) {
412 if (LangOpts.CPlusPlus) {
423 if (LangOpts.CPlusPlus) {
700 if (LangOpts.ObjC1 && LangOpts.CPlusPlus && LangOpts.ObjCAutoRefCount) {
ASTUnit.cpp 282 if (LangOpts.CPlusPlus || !isa<TagDecl>(ND))
291 if (LangOpts.CPlusPlus)
296 if (LangOpts.CPlusPlus || isa<ObjCInterfaceDecl>(ND))
316 if (LangOpts.CPlusPlus)
402 if (TheSema->Context.getLangOpts().CPlusPlus &&
    [all...]
CompilerInstance.cpp 716 return LangOpts.CPlusPlus? IK_ObjCXX : IK_ObjC;
717 return LangOpts.CPlusPlus? IK_CXX : IK_C;
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 450 if (TypeSpecType == TST_unspecified && S.getLangOpts().CPlusPlus) {
876 if (!PP.getLangOpts().CPlusPlus)
890 if (PP.getLangOpts().CPlusPlus && !PP.getLangOpts().MicrosoftExt &&
901 if (PP.getLangOpts().CPlusPlus && !PP.getLangOpts().CPlusPlus0x &&
    [all...]
SemaFixItUtils.cpp 177 if (T->isBooleanType() && LangOpts.CPlusPlus)
SemaType.cpp 674 if (S.getLangOpts().CPlusPlus &&
    [all...]
IdentifierResolver.cpp 124 if (LangOpt.CPlusPlus) {
SemaInit.cpp 109 if (S.getLangOpts().CPlusPlus) {
619 if (SemaRef.getLangOpts().CPlusPlus ||
630 if (SemaRef.getLangOpts().CPlusPlus) {
649 if (SemaRef.getLangOpts().CPlusPlus) {
    [all...]
SemaPseudoObject.cpp 625 if (!S.getLangOpts().CPlusPlus || !op->getType()->isRecordType()) {
627 if (!S.getLangOpts().CPlusPlus || !paramType->isRecordType()) {
706 if (!S.getLangOpts().CPlusPlus) return false;
877 if (!getLangOpts().CPlusPlus ||
    [all...]
SemaStmt.cpp 251 if (!getLangOpts().C99 && !getLangOpts().CPlusPlus) {
    [all...]
SemaCXXScopeSpec.cpp 190 assert(getLangOpts().CPlusPlus && "Only callable in C++");
722 << T << getLangOpts().CPlusPlus;
    [all...]
SemaCast.cpp 225 if (getLangOpts().CPlusPlus) {
    [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp 141 assert(getLangOpts().CPlusPlus &&
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 126 if (CGF.getLangOpts().CPlusPlus)
220 if (L.CPlusPlus && L.ObjC1)
222 else if (L.CPlusPlus)
303 if (!LangOpts.CPlusPlus || !LangOpts.ObjC1 || !LangOpts.Exceptions)
    [all...]
CodeGenModule.cpp 854 if (getLangOpts().CPlusPlus && isa<VarDecl>(Global) &&
    [all...]
CGExprAgg.cpp 260 CGF.CGM.getLangOpts().CPlusPlus ||
    [all...]
CGExprComplex.cpp 643 if (!CGF.getContext().getLangOpts().CPlusPlus)
678 if (!CGF.getContext().getLangOpts().CPlusPlus)
CGDecl.cpp 124 if (getContext().getLangOpts().CPlusPlus)
144 if (CGF.getContext().getLangOpts().CPlusPlus) {
219 if (!getContext().getLangOpts().CPlusPlus)
    [all...]
CGDeclCXX.cpp 403 if (getLangOpts().ObjCAutoRefCount && getLangOpts().CPlusPlus) {
CodeGenTypes.cpp 654 if (!Context.getLangOpts().CPlusPlus)
  /external/clang/lib/AST/
MicrosoftMangle.cpp 122 if (!getASTContext().getLangOpts().CPlusPlus && !D->hasAttrs())
139 if (!getASTContext().getLangOpts().CPlusPlus)
    [all...]
  /external/clang/lib/Basic/
Targets.cpp 321 if (Opts.CPlusPlus)
501 if (Opts.CPlusPlus)
527 if (Opts.CPlusPlus) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 576 milliseconds

12 3 4