OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NormalizeType
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/slang/
slang_rs_export_element.cpp
72
if (!RSExportType::
NormalizeType
(T, TypeName, Context->getDiagnostics(),
slang_rs_check_ast.cpp
199
if (!RSExportType::
NormalizeType
(T, TypeName, &mDiagEngine, VD)) {
slang_rs_export_type.cpp
545
bool RSExportType::
NormalizeType
(const clang::Type *&T,
662
if (
NormalizeType
(PT, PointeeName, NULL, NULL)) {
783
if (
NormalizeType
(T, TypeName, Context->getDiagnostics(), NULL)) {
[
all
...]
slang_rs_export_type.h
120
// @T was normalized by calling RSExportType::
NormalizeType
().
155
static bool
NormalizeType
(const clang::Type *&T,
258
// @T was normalized by calling RSExportType::
NormalizeType
() before calling
286
// T is normalized by calling RSExportType::
NormalizeType
() before
344
// @PT was normalized by calling RSExportType::
NormalizeType
() before calling
379
// @EVT was normalized by calling RSExportType::
NormalizeType
() before
430
// @RT was normalized by calling RSExportType::
NormalizeType
() before
459
// @CAT was normalized by calling RSExportType::
NormalizeType
() before
539
// @RT was normalized by calling RSExportType::
NormalizeType
() before calling
Completed in 182 milliseconds