HomeSort by relevance Sort by last modified time
    Searched full:sema (Results 126 - 150 of 322) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
concurrence.h 267 __mx->sema = __rmx->sema;
273 static typename __enable_if<sizeof(&_Rm::sema), void>::__type
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
concurrence.h 261 __mx->sema = __rmx->sema;
267 static typename __enable_if<(bool)sizeof(&_Rm::sema), void>::__type
  /external/clang/lib/Sema/
SemaDecl.cpp 14 #include "clang/Sema/SemaInternal.h"
32 #include "clang/Lex/HeaderSearch.h" // TODO: Sema shouldn't depend on Lex
34 #include "clang/Lex/ModuleLoader.h" // TODO: Sema shouldn't depend on Lex
37 #include "clang/Sema/CXXFieldCollector.h"
38 #include "clang/Sema/DeclSpec.h"
39 #include "clang/Sema/DelayedDiagnostic.h"
40 #include "clang/Sema/Initialization.h"
41 #include "clang/Sema/Lookup.h"
42 #include "clang/Sema/ParsedTemplate.h"
43 #include "clang/Sema/Scope.h
    [all...]
SemaExceptionSpec.cpp 10 // This file provides Sema routines for C++ exception specification testing.
14 #include "clang/Sema/SemaInternal.h"
44 bool Sema::CheckSpecifiedExceptionType(QualType &T, const SourceRange &Range) {
98 bool Sema::CheckDistantExceptionSpec(QualType T) {
114 Sema::ResolveExceptionSpec(SourceLocation Loc, const FunctionProtoType *FPT) {
135 void Sema::UpdateExceptionSpec(FunctionDecl *FD,
175 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) {
324 bool Sema::CheckEquivalentExceptionSpec(
345 bool Sema::CheckEquivalentExceptionSpec(const PartialDiagnostic &DiagID,
537 bool Sema::CheckExceptionSpecSubset
    [all...]
SemaInit.cpp 14 #include "clang/Sema/Initialization.h"
21 #include "clang/Sema/Designator.h"
22 #include "clang/Sema/Lookup.h"
23 #include "clang/Sema/SemaInternal.h"
32 // Sema Initialization Checking
150 Sema &S) {
236 Sema &SemaRef;
316 static ExprResult PerformEmptyInit(Sema &SemaRef,
332 InitListChecker(Sema &S, const InitializedEntity &Entity,
342 ExprResult InitListChecker::PerformEmptyInit(Sema &SemaRef
    [all...]
MultiplexExternalSemaSource.cpp 13 #include "clang/Sema/MultiplexExternalSemaSource.h"
15 #include "clang/Sema/Lookup.h"
19 ///\brief Constructs a new multiplexing external sema source and appends the
181 void MultiplexExternalSemaSource::InitializeSema(Sema &S) {
  /external/clang/lib/Parse/
Parser.cpp 20 #include "clang/Sema/DeclSpec.h"
21 #include "clang/Sema/ParsedTemplate.h"
22 #include "clang/Sema/Scope.h"
31 Sema &S;
34 explicit ActionCommentHandler(Sema &S) : S(S) { }
51 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies)
548 //else don't tell Sema that we ended parsing: more input might come.
686 CurParsedObjCImpl? Sema::PCC_ObjCImplementation
687 : Sema::PCC_Namespace);
    [all...]
ParseInit.cpp 17 #include "clang/Sema/Designator.h"
18 #include "clang/Sema/Scope.h"
255 switch (Sema::ObjCMessageKind Kind
260 case Sema::ObjCSuperMessage:
261 case Sema::ObjCClassMessage:
263 if (Kind == Sema::ObjCSuperMessage)
279 case Sema::ObjCInstanceMessage:
290 // expression (allowing *=, =, etc) to handle the objc case. Sema needs
292 // FIXME: We also need to tell Sema that we're in a
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 259 Parser::Sema::~Sema() {}
261 VariantValue Parser::Sema::getNamedValue(StringRef Name) {
497 Parser::Parser(CodeTokenizer *Tokenizer, Sema *S,
525 bool Parser::parseExpression(StringRef Code, Sema *S,
556 Parser::parseMatcherExpression(StringRef Code, Parser::Sema *S,
  /external/clang/include/clang/Basic/
DiagnosticCommonKinds.td 58 // Parse && Sema
95 // Sema && Lex
111 // Sema && AST
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 25 #include "clang/Sema/Sema.h"
221 Sema S(PP, Context, Consumer);
  /external/clang/include/clang/Sema/
Overload.h 24 #include "clang/Sema/SemaFixItUtils.h"
25 #include "clang/Sema/TemplateDeduction.h"
35 class Sema;
545 // sequences. Use Sema::CompareImplicitConversionSequences to
553 void DiagnoseAmbiguousConversion(Sema &S,
670 bool TryToFixBadConversion(unsigned Idx, Sema &S) {
781 OverloadingResult BestViableFunction(Sema &S, SourceLocation Loc,
785 void NoteCandidates(Sema &S,
792 bool isBetterOverloadCandidate(Sema &S,
  /external/clang/include/clang/
module.modulemap 94 module Clang_Sema { requires cplusplus umbrella "Sema" module * { export * } }
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 27 #include "clang/Sema/SemaDiagnostic.h"
TransGCCalls.cpp 13 #include "clang/Sema/SemaDiagnostic.h"
  /external/clang/lib/Headers/
mm_malloc.h 37 // Sema::CheckEquivalentExceptionSpec, Clang accepts the following as a valid
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedArraySubscriptChecker.cpp 42 // Sema generates anonymous array variables for copying array struct fields.
  /external/clang/test/SemaCXX/
linkage.cpp 4 // testing linkage directly in Sema, that would be better.
  /external/lldb/include/lldb/Expression/
ASTStructExtractor.h 13 #include "clang/Sema/SemaConsumer.h"
110 /// Set the Sema object to use when performing transforms, and pass it on
113 /// The Sema to use. Because Sema isn't externally visible, this class
116 void InitializeSema(clang::Sema &S);
119 /// Reset the Sema to NULL now that transformations are done
147 clang::Sema *m_sema; ///< The Sema to use.
148 clang::Action *m_action; ///< The Sema to use, cast to an Action so it's usable.
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
mm_malloc.h 37 // Sema::CheckEquivalentExceptionSpec, Clang accepts the following as a valid
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
mm_malloc.h 37 // Sema::CheckEquivalentExceptionSpec, Clang accepts the following as a valid
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
mm_malloc.h 37 // Sema::CheckEquivalentExceptionSpec, Clang accepts the following as a valid
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
mm_malloc.h 37 // Sema::CheckEquivalentExceptionSpec, Clang accepts the following as a valid
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
mm_malloc.h 37 // Sema::CheckEquivalentExceptionSpec, Clang accepts the following as a valid
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
mm_malloc.h 37 // Sema::CheckEquivalentExceptionSpec, Clang accepts the following as a valid

Completed in 702 milliseconds

1 2 3 4 56 7 8 91011>>