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

  /external/clang/include/clang/Basic/
Linkage.h 73 inline Linkage getFormalLinkage(Linkage L) {
82 return getFormalLinkage(L) == ExternalLinkage;
88 /// a boolean for external visibility. This is just what getFormalLinkage and
  /frameworks/compile/slang/
slang_rs_context.cpp 237 if (VD->getFormalLinkage() == clang::ExternalLinkage) {
245 if (FD->getFormalLinkage() == clang::ExternalLinkage) {
slang_rs_check_ast.cpp 196 if (VD->getFormalLinkage() == clang::ExternalLinkage) {
slang_rs_export_type.cpp 339 (VD->getFormalLinkage() == clang::ExternalLinkage)) {
516 ND->getFormalLinkage() == clang::ExternalLinkage) {
    [all...]
  /external/clang/include/clang/AST/
Decl.h 226 Linkage getFormalLinkage() const {
227 return clang::getFormalLinkage(getLinkageInternal());
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 435 if (DC->isTranslationUnit() && D->getFormalLinkage() != InternalLinkage &&
    [all...]
MicrosoftMangle.cpp 213 if (DC->isTranslationUnit() && D->getFormalLinkage() == InternalLinkage)
    [all...]
Decl.cpp     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 213 switch (ND->getFormalLinkage()) {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaExpr.cpp 221 if (D->getFormalLinkage() != InternalLinkage)
    [all...]

Completed in 248 milliseconds