OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sema
(Results
51 - 59
of
59
) sorted by null
1
2
3
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
12
#include "clang/
Sema
/SemaInternal.h"
22
#include "clang/
Sema
/Lookup.h"
23
#include "clang/
Sema
/PrettyDeclStackTrace.h"
24
#include "clang/
Sema
/Template.h"
61
#include "clang/
Sema
/AttrTemplateInstantiate.inc"
64
Sema
&S, const MultiLevelTemplateArgumentList &TemplateArgs,
68
EnterExpressionEvaluationContext Unevaluated(S,
Sema
::ConstantEvaluated);
84
Sema
&S, const MultiLevelTemplateArgumentList &TemplateArgs,
111
Sema
::ArgumentPackSubstitutionIndexRAII SubstIndex(S, -1);
115
Sema
::ArgumentPackSubstitutionIndexRAII SubstIndex(S, I)
[
all
...]
TreeTransform.h
29
#include "clang/
Sema
/Designator.h"
30
#include "clang/
Sema
/Lookup.h"
31
#include "clang/
Sema
/Ownership.h"
32
#include "clang/
Sema
/ParsedTemplate.h"
33
#include "clang/
Sema
/ScopeInfo.h"
34
#include "clang/
Sema
/SemaDiagnostic.h"
35
#include "clang/
Sema
/SemaInternal.h"
41
using namespace
sema
;
114
Sema
&SemaRef;
123
TreeTransform(
Sema
&SemaRef) : SemaRef(SemaRef) {
[
all
...]
SemaChecking.cpp
15
#include "clang/
Sema
/SemaInternal.h"
31
#include "clang/
Sema
/Initialization.h"
32
#include "clang/
Sema
/Lookup.h"
33
#include "clang/
Sema
/ScopeInfo.h"
34
#include "clang/
Sema
/
Sema
.h"
42
using namespace
sema
;
44
SourceLocation
Sema
::getLocationOfStringLiteralByte(const StringLiteral *SL,
52
static bool checkArgCount(
Sema
&S, CallExpr *call, unsigned desiredArgCount) {
72
static bool SemaBuiltinAnnotation(
Sema
&S, CallExpr *TheCall)
[
all
...]
SemaExprCXX.cpp
15
#include "clang/
Sema
/SemaInternal.h"
28
#include "clang/
Sema
/DeclSpec.h"
29
#include "clang/
Sema
/Initialization.h"
30
#include "clang/
Sema
/Lookup.h"
31
#include "clang/
Sema
/ParsedTemplate.h"
32
#include "clang/
Sema
/Scope.h"
33
#include "clang/
Sema
/ScopeInfo.h"
34
#include "clang/
Sema
/TemplateDeduction.h"
39
using namespace
sema
;
45
ParsedType
Sema
::getInheritingConstructorName(CXXScopeSpec &SS
[
all
...]
SemaCodeComplete.cpp
13
#include "clang/
Sema
/SemaInternal.h"
21
#include "clang/
Sema
/CodeCompleteConsumer.h"
22
#include "clang/
Sema
/ExternalSemaSource.h"
23
#include "clang/
Sema
/Lookup.h"
24
#include "clang/
Sema
/Overload.h"
25
#include "clang/
Sema
/Scope.h"
26
#include "clang/
Sema
/ScopeInfo.h"
39
using namespace
sema
;
124
Sema
&SemaRef;
172
explicit ResultBuilder(
Sema
&SemaRef, CodeCompletionAllocator &Allocator
[
all
...]
SemaDeclAttr.cpp
14
#include "clang/
Sema
/SemaInternal.h"
26
#include "clang/
Sema
/DeclSpec.h"
27
#include "clang/
Sema
/DelayedDiagnostic.h"
28
#include "clang/
Sema
/Lookup.h"
29
#include "clang/
Sema
/Scope.h"
32
using namespace
sema
;
114
/// been processed by
Sema
::GetTypeForDeclarator.
210
static bool checkAttributeNumArgs(
Sema
&S, const AttributeList &Attr,
224
static bool checkAttributeAtLeastNumArgs(
Sema
&S, const AttributeList &Attr,
238
static bool checkFunctionOrMethodArgumentIndex(
Sema
&S, const Decl *D
[
all
...]
SemaTemplate.cpp
23
#include "clang/
Sema
/DeclSpec.h"
24
#include "clang/
Sema
/Lookup.h"
25
#include "clang/
Sema
/ParsedTemplate.h"
26
#include "clang/
Sema
/Scope.h"
27
#include "clang/
Sema
/SemaInternal.h"
28
#include "clang/
Sema
/Template.h"
29
#include "clang/
Sema
/TemplateDeduction.h"
34
using namespace
sema
;
87
void
Sema
::FilterAcceptableTemplateNames(LookupResult &R,
125
bool
Sema
::hasAnyAcceptableTemplateNames(LookupResult &R
[
all
...]
SemaExpr.cpp
14
#include "clang/
Sema
/SemaInternal.h"
33
#include "clang/
Sema
/AnalysisBasedWarnings.h"
34
#include "clang/
Sema
/DeclSpec.h"
35
#include "clang/
Sema
/DelayedDiagnostic.h"
36
#include "clang/
Sema
/Designator.h"
37
#include "clang/
Sema
/Initialization.h"
38
#include "clang/
Sema
/Lookup.h"
39
#include "clang/
Sema
/ParsedTemplate.h"
40
#include "clang/
Sema
/Scope.h"
41
#include "clang/
Sema
/ScopeInfo.h
[
all
...]
SemaOverload.cpp
10
// This file provides
Sema
routines for C++ overloading.
14
#include "clang/
Sema
/Overload.h"
25
#include "clang/
Sema
/Initialization.h"
26
#include "clang/
Sema
/Lookup.h"
27
#include "clang/
Sema
/SemaInternal.h"
28
#include "clang/
Sema
/Template.h"
29
#include "clang/
Sema
/TemplateDeduction.h"
37
using namespace
sema
;
41
CreateFunctionRefExpr(
Sema
&S, FunctionDecl *Fn, NamedDecl *FoundDecl,
69
static bool IsStandardConversion(
Sema
&S, Expr* From, QualType ToType
[
all
...]
Completed in 825 milliseconds
1
2
3