/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 15 #include "clang/Sema/SemaInternal.h" 23 #include "clang/Sema/Initialization.h" 65 static void checkARCPropertyDecl(Sema &S, ObjCPropertyDecl *property) { 106 static unsigned deduceWeakPropertyFromType(Sema &S, QualType T) { 118 CheckPropertyAgainstProtocol(Sema &S, ObjCPropertyDecl *Prop, 142 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc, 325 Sema::HandlePropertyInClassExtension(Scope *S, 502 ObjCPropertyDecl *Sema::CreatePropertyDecl(Scope *S, 616 static void checkARCPropertyImpl(Sema &S, SourceLocation propertyImplLoc, 721 DiagnoseClassAndClassExtPropertyMismatch(Sema &S, ObjCInterfaceDecl *ClassDecl, [all...] |
JumpDiagnostics.cpp | 15 #include "clang/Sema/SemaInternal.h" 26 /// JumpScopeChecker - This object is used by Sema to diagnose invalid jumps 33 Sema &S; 68 JumpScopeChecker(Stmt *Body, Sema &S); 89 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) : S(s) { 676 static bool IsCXX98CompatWarning(Sema &S, unsigned InDiagNote) { 682 static void DiagnoseIndirectJumpStmt(Sema &S, IndirectGotoStmt *Jump, 788 void Sema::DiagnoseInvalidJumps(Stmt *Body) {
|
CodeCompleteConsumer.cpp | 13 #include "clang/Sema/CodeCompleteConsumer.h" 19 #include "clang/Sema/Scope.h" 20 #include "clang/Sema/Sema.h" 436 PrintingCodeCompleteConsumer::ProcessCodeCompleteResults(Sema &SemaRef, 488 PrintingCodeCompleteConsumer::ProcessOverloadCandidates(Sema &SemaRef,
|
DeclSpec.cpp | 14 #include "clang/Sema/DeclSpec.h" 22 #include "clang/Sema/LocInfoType.h" 23 #include "clang/Sema/ParsedTemplate.h" 24 #include "clang/Sema/Sema.h" 25 #include "clang/Sema/SemaDiagnostic.h" 449 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, [all...] |
/external/clang/include/clang/AST/ |
CXXInheritance.h | 133 /// FindAmbiguities - Whether Sema::IsDerivedFrom should try find 138 /// RecordPaths - Whether Sema::IsDerivedFrom should record paths 143 /// DetectVirtual - Whether Sema::IsDerivedFrom should abort the search 148 /// ScratchPath - A BasePath that is used by Sema::lookupInBases
|
/external/clang/include/clang/Basic/ |
Makefile | 53 $(Verb) $(ClangTableGen) -gen-arm-neon-sema -o $(call SYSPATH, $@) $<
|
/external/clang/lib/ARCMigrate/ |
TransUnusedInitDelegate.cpp | 26 #include "clang/Sema/SemaDiagnostic.h"
|
/external/clang/lib/Parse/ |
ParseExpr.cpp | 27 #include "clang/Sema/DeclSpec.h" 28 #include "clang/Sema/ParsedTemplate.h" 29 #include "clang/Sema/Scope.h" 30 #include "clang/Sema/TypoCorrection.h" 158 Actions.CodeCompleteOrdinaryName(getCurScope(), Sema::PCC_Expression); 200 Sema::ConstantEvaluated); [all...] |
ParsePragma.h | 20 class Sema;
|
ParseDecl.cpp | 20 #include "clang/Sema/Lookup.h" 21 #include "clang/Sema/ParsedTemplate.h" 22 #include "clang/Sema/PrettyDeclStackTrace.h" 23 #include "clang/Sema/Scope.h" 411 // attribute and allowing sema to warn about it, we will warn here instead. 521 // performed in Sema, not here. 952 Sema::CXXThisScopeRAII ThisScope(Actions, RD, [all...] |
ParseCXXInlineMethods.cpp | 18 #include "clang/Sema/DeclSpec.h" 19 #include "clang/Sema/Scope.h" 184 // parsed body. Sema needs to treat friend function definitions 337 Sema::PotentiallyEvaluatedIfUsed, 488 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate,
|
/external/clang/test/Analysis/ |
constant-folding.c | 8 // Sema can already catch the simple comparison a==a,
|
/external/clang/test/SemaCXX/ |
uninit-variables.cpp | 79 // This test previously crashed Sema.
|
/external/clang/include/clang/Sema/ |
CodeCompleteConsumer.h | 19 #include "clang/Sema/CodeCompleteOptions.h" 149 class Sema; 787 CodeCompletionString *CreateCodeCompletionString(Sema &S, [all...] |
ParsedTemplate.h | 17 #include "clang/Sema/DeclSpec.h" 18 #include "clang/Sema/Ownership.h"
|
Initialization.h | 21 #include "clang/Sema/Overload.h" 22 #include "clang/Sema/Ownership.h" 35 class Sema; 764 void PrintInitLocationNote(Sema &S, const InitializedEntity &Entity); 782 InitializationSequence(Sema &S, 811 ExprResult Perform(Sema &S, 821 bool Diagnose(Sema &S, [all...] |
/external/clang/utils/TableGen/ |
TableGen.cpp | 130 clEnumValN(GenArmNeonSema, "gen-arm-neon-sema", 131 "Generate ARM NEON sema support for clang"),
|
ClangAttrEmitter.cpp | 335 // FIXME: move the definition in Sema::InstantiateAttrs to here. 631 << "Unevaluated(S, Sema::Unevaluated);\n"; 666 << "Unevaluated(S, Sema::Unevaluated);\n"; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
mutex | 126 __mx->sema = __rmx->sema; 133 static typename enable_if<sizeof(&_Rm::sema), void>::type
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
mutex | 126 __mx->sema = __rmx->sema; 133 static typename enable_if<sizeof(&_Rm::sema), void>::type
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
mutex | 126 __mx->sema = __rmx->sema; 133 static typename enable_if<sizeof(&_Rm::sema), void>::type
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
mutex | 125 static typename enable_if<(bool)sizeof(&_Rm::sema), void>::type 137 __mx->sema = __rmx->sema;
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 27 #include "clang/Sema/CodeCompleteConsumer.h" 28 #include "clang/Sema/Sema.h" 90 OwningPtr<Sema> TheSema; 460 Sema &getSema() const { 461 assert(TheSema && "ASTUnit does not have a Sema object!"); [all...] |
/frameworks/native/libs/utils/ |
Threads.cpp | 489 HANDLE sema; 524 SignalObjectAndWait(hMutex, condState->sema, timeout, FALSE); 576 condState->sema = CreateSemaphore(NULL, 0, 0x7fffffff, NULL); 593 CloseHandle(condState->sema); 635 ReleaseSemaphore(condState->sema, 1, 0); 666 ReleaseSemaphore(condState->sema, condState->waitersCount, 0);
|
/external/clang/docs/ |
InternalsManual.rst | 326 diagnostic. Various components of Clang (e.g., the preprocessor, ``Sema``, 670 parser gets from ``Sema``. The parser merely preserves the information for 671 ``Sema`` to later interpret based on the annotation token kind. [all...] |