HomeSort by: relevance | last modified time | path
    Searched refs:getCXXABIKind (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 737 TargetCXXABI::Kind getCXXABIKind() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 883 TargetCXXABI::Kind ASTContext::getCXXABIKind() const {
891 switch (getCXXABIKind()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 549 switch (CGM.getContext().getCXXABIKind()) {
CodeGenModule.cpp 78 switch (CGM.getContext().getCXXABIKind()) {

Completed in 47 milliseconds