OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTypeOfDecl
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/slang/
slang_rs_export_element.cpp
121
const clang::Type* T = RSExportType::
GetTypeOfDecl
(DD);
slang_rs_object_ref_count.cpp
637
const clang::Type *FT = RSExportType::
GetTypeOfDecl
(FD);
656
const clang::Type *FT = RSExportType::
GetTypeOfDecl
(FD);
700
const clang::Type *FT = RSExportType::
GetTypeOfDecl
(FD);
[
all
...]
slang_rs_export_type.cpp
233
const clang::Type *FT = RSExportType::
GetTypeOfDecl
(FD);
441
const clang::Type *FT = RSExportType::
GetTypeOfDecl
(FD);
593
*RSExportType::
GetTypeOfDecl
(const clang::DeclaratorDecl *DD) {
792
return RSExportType::Create(Context,
GetTypeOfDecl
(VD));
921
const clang::Type *FT = RSExportType::
GetTypeOfDecl
(FD);
[
all
...]
slang_rs_export_type.h
178
static const clang::Type *
GetTypeOfDecl
(const clang::DeclaratorDecl *DD);
Completed in 194 milliseconds