OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeSpec
(Results
1 - 25
of
29
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/utils/TableGen/
SveEmitter.cpp
46
using
TypeSpec
= std::string;
67
TypeSpec
TS;
73
SVEType() : SVEType(
TypeSpec
(), 'v') {}
75
SVEType(
TypeSpec
TS, char CharMod)
126
/// Creates the type based on the
typespec
string in TS.
137
/// a particular
typespec
and prototype.
149
TypeSpec
BaseTypeSpec;
175
uint64_t Flags, ArrayRef<ImmCheck> ImmChecks,
TypeSpec
BT,
183
TypeSpec
getBaseTypeSpec() const { return BaseTypeSpec; }
236
std::string replaceTemplatedArgs(std::string Name,
TypeSpec
TS
[
all
...]
NeonEmitter.cpp
111
//
TypeSpec
114
/// A
TypeSpec
is just a simple wrapper around a string, but gets its own type
117
/// A
TypeSpec
can be used to create a type.
118
class
TypeSpec
: public std::string {
120
static std::vector<
TypeSpec
> fromTypeSpecs(StringRef Str) {
121
std::vector<
TypeSpec
> Ret;
122
TypeSpec
Acc;
126
Ret.push_back(
TypeSpec
(Acc));
143
TypeSpec
TS;
156
// they are not related to the type. But they live in the
TypeSpec
(not th
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
NestedNameSpecifier.cpp
159
return
TypeSpec
;
227
case
TypeSpec
:
285
case
TypeSpec
: {
375
case NestedNameSpecifier::
TypeSpec
:
438
case NestedNameSpecifier::
TypeSpec
: {
452
if (Qualifier->getKind() != NestedNameSpecifier::
TypeSpec
&&
649
case NestedNameSpecifier::
TypeSpec
:
QualTypeNames.cpp
237
case NestedNameSpecifier::
TypeSpec
:
ODRHash.cpp
128
case NestedNameSpecifier::
TypeSpec
:
Type.cpp
2793
TypeWithKeyword::getKeywordForTypeSpec(unsigned
TypeSpec
) {
2794
switch (
TypeSpec
) {
2806
TypeWithKeyword::getTagTypeKindForTypeSpec(unsigned
TypeSpec
) {
2807
switch(
TypeSpec
) {
ASTStructuralEquivalence.cpp
443
case NestedNameSpecifier::
TypeSpec
:
ItaniumMangle.cpp
1282
case NestedNameSpecifier::
TypeSpec
:
1991
case NestedNameSpecifier::
TypeSpec
:
ASTImporter.cpp
8613
case NestedNameSpecifier::
TypeSpec
:
8678
case NestedNameSpecifier::
TypeSpec
:
/src/external/apache2/llvm/dist/clang/include/clang/AST/
AbstractBasicReader.h
271
case NestedNameSpecifier::
TypeSpec
:
AbstractBasicWriter.h
257
case NestedNameSpecifier::
TypeSpec
:
NestedNameSpecifier.h
90
TypeSpec
,
RecursiveASTVisitor.h
701
case NestedNameSpecifier::
TypeSpec
:
726
case NestedNameSpecifier::
TypeSpec
:
Type.h
5371
static ElaboratedTypeKeyword getKeywordForTypeSpec(unsigned
TypeSpec
);
5375
static TagTypeKind getTagTypeKindForTypeSpec(unsigned
TypeSpec
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXX.cpp
279
assert((Qual->getKind() == NestedNameSpecifier::
TypeSpec
) &&
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp
287
case NestedNameSpecifier::
TypeSpec
:
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp
150
case NestedNameSpecifier::
TypeSpec
:
1053
case NestedNameSpecifier::
TypeSpec
:
AnalysisBasedWarnings.cpp
203
if (NNS->getKind() == NestedNameSpecifier::
TypeSpec
&&
SemaType.cpp
1343
// Unspecified
typespec
defaults to int in C90. However, the C90 grammar
5348
->getKind() == NestedNameSpecifier::
TypeSpec
) ||
5408
case NestedNameSpecifier::
TypeSpec
:
5890
// just fill with the
typespec
loc.
6048
// FIXME: add other
typespec
types and change this to an assert.
6109
case NestedNameSpecifier::
TypeSpec
:
SemaExprCXX.cpp
57
case NestedNameSpecifier::
TypeSpec
:
495
case NestedNameSpecifier::
TypeSpec
:
SemaLookup.cpp
4206
case NestedNameSpecifier::
TypeSpec
:
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp
958
case NestedNameSpecifier::
TypeSpec
: {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
1360
case NestedNameSpecifier::
TypeSpec
: {
1409
case NestedNameSpecifier::
TypeSpec
:
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
2973
case NestedNameSpecifier::
TypeSpec
:
ASTWriter.cpp
5397
case NestedNameSpecifier::
TypeSpec
:
Completed in 139 milliseconds
1
2
Indexes created Tue Jun 09 00:24:00 UTC 2026