HomeSort by relevance Sort by last modified time
    Searched refs:getFormalLinkage (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/Basic/
Linkage.h 76 inline Linkage getFormalLinkage(Linkage L) {
85 return getFormalLinkage(L) == ExternalLinkage;
91 /// a boolean for external visibility. This is just what getFormalLinkage and
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 180 bool isExtern = (FD->getFormalLinkage() == clang::ExternalLinkage);
217 if (VD->getFormalLinkage() == clang::ExternalLinkage) {
slang_rs_context.cpp 239 if (VD->getFormalLinkage() == clang::ExternalLinkage) {
266 if (FD->getFormalLinkage() == clang::ExternalLinkage) {
slang_rs_export_type.cpp 448 (VD->getFormalLinkage() == clang::ExternalLinkage)) {
640 ND->getFormalLinkage() == clang::ExternalLinkage) {
713 if (VD->getFormalLinkage() == clang::ExternalLinkage) {
728 (VD->getFormalLinkage() == clang::ExternalLinkage));
    [all...]
slang_rs_export_reduce.cpp 198 if (Ret->getFormalLinkage() != clang::InternalLinkage) {
    [all...]
  /external/clang/include/clang/AST/
Decl.h 271 Linkage getFormalLinkage() const {
272 return clang::getFormalLinkage(getLinkageInternal());
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 212 switch (ND->getFormalLinkage()) {
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 449 if (DC->isTranslationUnit() && D->getFormalLinkage() != InternalLinkage &&
    [all...]
MicrosoftMangle.cpp 367 if (DC->isTranslationUnit() && D->getFormalLinkage() == InternalLinkage &&
    [all...]
Decl.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp 276 if (D->getFormalLinkage() != InternalLinkage)
    [all...]

Completed in 773 milliseconds