OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sema
(Results
226 - 250
of
322
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/lib/Serialization/
ASTCommon.cpp
138
//
Sema
::HandlePropertyInClassExtension for the offending code.
ASTWriter.cpp
41
#include "clang/
Sema
/IdentifierResolver.h"
42
#include "clang/
Sema
/
Sema
.h"
[
all
...]
/external/clang/test/CodeGenCXX/
vtable-key-function-arm.cpp
10
// These are not separated into namespaces because the way that
Sema
/external/clang/test/SemaCXX/
typo-correction-pt2.cpp
4
// hard-coded limit of 20 different typo corrections
Sema
::CorrectTypo will
new-delete.cpp
98
// Some lacking cases due to lack of
sema
support.
/external/clang/include/clang/Basic/
TargetInfo.h
475
/// This is used by
Sema
.
481
/// This is used by
Sema
for inline asm statements.
Diagnostic.h
796
//
Sema
requires access to the following functions because the current design
799
//
Sema
::Diag() patterns.
800
friend class
Sema
;
[
all
...]
DiagnosticASTKinds.td
12
// Constant expression diagnostics. These (and their users) belong in
Sema
.
/external/clang/lib/Basic/
DiagnosticIDs.cpp
137
CATEGORY(
SEMA
, COMMENT)
138
CATEGORY(ANALYSIS,
SEMA
)
TargetInfo.cpp
302
///
Sema
.
309
/// is a valid register name according to GCC. This is used by
Sema
for
/external/clang/lib/Parse/
ParseOpenMP.cpp
20
#include "clang/
Sema
/Scope.h"
185
Sema
::CompoundScopeRAII CompoundScope(Actions);
/external/clang/www/
hacking.html
250
C:\Tools\llvm\tools\clang\test\
Sema
\wchar.c
305
AST nodes output by the
Sema
module to the LLVM Intermediate
/hardware/intel/img/psb_video/src/hwdefs/
dma_api.h
41
to detect state transitions and the
SEMA
API to block whilst
610
The DMAC driver also uses the
SEMA
API, SEMA_ID_B to block whilst waiting
/external/clang/lib/Frontend/
CompilerInstance.cpp
32
#include "clang/
Sema
/CodeCompleteConsumer.h"
33
#include "clang/
Sema
/
Sema
.h"
100
void CompilerInstance::setSema(
Sema
*S) {
511
TheSema.reset(new
Sema
(getPreprocessor(), getASTContext(), getASTConsumer(),
[
all
...]
ASTUnit.cpp
33
#include "clang/
Sema
/
Sema
.h"
764
AST->TheSema.reset(new
Sema
(PP, Context, *AST->Consumer));
[
all
...]
/external/clang/docs/
PCHInternals.rst
399
(``
Sema
::InstanceMethodPool`` and ``
Sema
::FactoryMethodPool`` for instance and
444
This abstract interface is associated with the ``
Sema
`` class, and is used
/external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp
34
#include "clang/
Sema
/SemaDiagnostic.h"
TransRetainReleaseDealloc.cpp
26
#include "clang/
Sema
/SemaDiagnostic.h"
TransUnbridgedCasts.cpp
51
#include "clang/
Sema
/SemaDiagnostic.h"
/external/clang/lib/Analysis/
BodyFarm.cpp
400
// Look to see if
Sema
has synthesized a body for us. This happens in
/external/clang/test/Sema/
atomic-ops.c
3
// Basic parsing/
Sema
tests for __c11_atomic_*
/external/libcxxabi/test/
test_demangle.cpp
[
all
...]
/frameworks/compile/slang/
slang_rs.cpp
30
#include "clang/
Sema
/SemaDiagnostic.h"
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_demangle.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGVTables.cpp
682
/// This is a callback from
Sema
to tell us that it believes that a
686
/// The reason we don't simply trust this callback is because
Sema
Completed in 648 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>