OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VisType
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Sema/
SemaAttr.cpp
368
void Sema::ActOnPragmaVisibility(const IdentifierInfo*
VisType
,
370
if (
VisType
) {
373
if (
VisType
->isStr("default"))
375
else if (
VisType
->isStr("hidden"))
377
else if (
VisType
->isStr("internal"))
379
else if (
VisType
->isStr("protected"))
383
VisType
->getName();
/external/clang/lib/Parse/
ParsePragma.cpp
36
const IdentifierInfo *
VisType
=
39
Actions.ActOnPragmaVisibility(
VisType
, VisLoc);
198
const IdentifierInfo *
VisType
;
200
VisType
= 0;
209
VisType
= Tok.getIdentifierInfo();
210
if (!
VisType
) {
238
const_cast<void*>(static_cast<const void*>(
VisType
)));
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
315
void CppWriter::printVisibilityType(GlobalValue::VisibilityTypes
VisType
) {
316
switch (
VisType
) {
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 465 milliseconds