/external/clang/docs/ |
InternalsManual.rst | 329 diagnostic. Various components of Clang (e.g., the preprocessor, ``Sema``, 673 parser gets from ``Sema``. The parser merely preserves the information for 674 ``Sema`` to later interpret based on the annotation token kind. [all...] |
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 27 #include "clang/Sema/CodeCompleteConsumer.h" 47 class Sema; 110 std::unique_ptr<Sema> TheSema; 500 Sema &getSema() const { 501 assert(TheSema && "ASTUnit does not have a Sema object!"); [all...] |
FrontendAction.h | 217 /// \brief Implement the ExecuteAction interface by running Sema on
|
FrontendOptions.h | 14 #include "clang/Sema/CodeCompleteOptions.h"
|
/external/clang/lib/Parse/ |
ParseObjc.cpp | 18 #include "clang/Sema/DeclSpec.h" 19 #include "clang/Sema/PrettyDeclStackTrace.h" 20 #include "clang/Sema/Scope.h" 133 Sema::ObjCContainerKind ock = Actions.getObjCContainerKind(); 134 if (ock == Sema::OCK_None) 433 CurParsedObjCImpl? Sema::PCC_ObjCImplementation 434 : Sema::PCC_ObjCInterface); [all...] |
ParseCXXInlineMethods.cpp | 18 #include "clang/Sema/DeclSpec.h" 19 #include "clang/Sema/Scope.h" 162 // parsed body. Sema needs to treat friend function definitions 330 Sema::PotentiallyEvaluatedIfUsed, 503 Sema::CXXThisScopeRAII ThisScope(Actions, Class.TagOrTemplate, [all...] |
ParseExprCXX.cpp | 20 #include "clang/Sema/DeclSpec.h" 21 #include "clang/Sema/ParsedTemplate.h" 22 #include "clang/Sema/Scope.h" 582 /// :: A :: ~ C(); // Some Sema error about using destructor with a 593 /// That way Sema can handle and report similar errors for namespaces and the 851 Sema::PotentiallyEvaluated); [all...] |
/external/clang/include/clang/Parse/ |
Parser.h | 22 #include "clang/Sema/DeclSpec.h" 23 #include "clang/Sema/LoopHint.h" 24 #include "clang/Sema/Sema.h" 78 Sema &Actions; 228 /// This is necessary because Sema thinks we have left the container 236 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies); 242 Sema &getActions() const { return Actions; } 268 typedef Sema::FullExprArg FullExprArg; [all...] |
/external/clang/lib/Frontend/ |
ChainedIncludesSource.cpp | 68 void InitializeSema(Sema &S) override; 274 void ChainedIncludesSource::InitializeSema(Sema &S) {
|
MultiplexConsumer.cpp | 288 void MultiplexConsumer::InitializeSema(Sema &S) {
|
/external/clang/lib/Sema/ |
IdentifierResolver.cpp | 15 #include "clang/Sema/IdentifierResolver.h" 20 #include "clang/Sema/Scope.h"
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
sem_timedwait.c | 87 * Don't release the W32 sema, it doesn't need adjustment
|
/external/clang/test/SemaCXX/ |
abstract.cpp | 260 // PR9247: Crash on invalid in clang::Sema::ActOnFinishCXXMemberSpecification
|
/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 19 #include "clang/Sema/Sema.h" 20 #include "clang/Sema/SemaDiagnostic.h"
|
TransGCAttrs.cpp | 15 #include "clang/Sema/SemaDiagnostic.h"
|
TransProperties.cpp | 37 #include "clang/Sema/SemaDiagnostic.h"
|
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | 435 // FIXME: move the definition in Sema::InstantiateAttrs to here. [all...] |
/external/clang/include/clang/Sema/ |
DeclSpec.h | 32 #include "clang/Sema/AttributeList.h" 33 #include "clang/Sema/Ownership.h" 50 class Sema; 599 bool SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, [all...] |
Ownership.h | 41 /// doesn't know about but that Sema or another client does. The PtrTy
|
/external/clang/include/clang/Basic/ |
PartialDiagnostic.h | 112 // NOTE: Sema assumes that PartialDiagnostic is location-invariant
|
/external/clang/include/clang/Lex/ |
Token.h | 60 /// This is a pointer to sema-specific data for the annotation token.
|
/external/clang/lib/AST/ |
RawCommentList.cpp | 153 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
|
/external/clang/lib/CodeGen/ |
CGObjCRuntime.h | 132 /// error to Sema.
|
TargetInfo.h | 197 /// may need to adjust the debugger-support code in Sema to do the
|
/external/clang/lib/Format/ |
FormatToken.cpp | 25 // FIXME: This is copy&pasted from Sema. Put it in a common place and remove
|